Html Css Color HEX #856E20 Yukon Gold

📋 copy color: '#856E20'

red 133 ◦ green 110 ◦ blue 32

#856E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #856E20

Tints of Yukon Gold #856E20

RGB

 RED value IS 133 (52.34% from 255) = 48.36%

 GREEN value IS 110 (43.36% from 255) = 40%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 48.36%
G = 40%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#856E20 (or 0x856E20) is known color: Yukon Gold. HEX triplet: 85, 6E and 20. RGB value is (133,110,32). Sum of RGB (Red+Green+Blue) = 133+110+32=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #856E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E20 is #7A91DF. Grayscale: #6C6C6C. Windows color (decimal): -8032736 or 2125445. OLE color: 2125445.

HSL color Cylindrical-coordinate representation of color #856E20: hue angle of 46.34º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #856E20 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 32 -
CMYK 0 0.17 0.76 0.48
HSL 46.34º 0.61% 0.32% -
HSV(B) 46.34º 0.76% 0.52% -
XYZ 15.51 16.24 3.68 -
YUV 107.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 133 110 32 0 0.17 0.76 0.48 46.34 0.61 0.32
Hex 85 6E 20 0 11 4C 30 2E 3D 20
Octal 205 156 40 0 21 114 60 56 75 40
Binary 10000101 1101110 100000 0 10001 1001100 110000 101110 111101 100000

Color Harmonies of #856E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E20

Black with #856E20

Text Example


Text Example

White with #856E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856E20; }

 p { color: rgb(133,110,32); }

 H1.HeaderClassName
 {
   color: #856E20;
 }
 .AnyTagClassName
 {
   color: #856E20;
 }
</style>

background-color css

<style>
 a { background-color: #856E20; }

 a { background-color: rgb(133,110,32); }

 div.DivClassName
 {
   background-color: #856E20;
 }
 .BgClassName
 {
   background-color: #856E20;
 }
</style>

border-color css

<style>
 span { border-color: #856E20; }

 span { border-color: rgb(133,110,32); }

 td.TdClassName
 {
   border-color: #856E20;
 }
 .TagClassName
 {
   border-color: #856E20;
 }
</style>