Html Css Color HEX #856A20 Yukon Gold

📋 copy color: '#856A20'

red 133 ◦ green 106 ◦ blue 32

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

Shades of Yukon Gold #856A20

Tints of Yukon Gold #856A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.11%

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

R = 49.08%
G = 39.11%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#856A20 (or 0x856A20) is known color: Yukon Gold. HEX triplet: 85, 6A and 20. RGB value is (133,106,32). Sum of RGB (Red+Green+Blue) = 133+106+32=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #856A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A20 is #7A95DF. Grayscale: #696969. Windows color (decimal): -8033760 or 2124421. OLE color: 2124421.

HSL color Cylindrical-coordinate representation of color #856A20: hue angle of 43.96º 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 #856A20 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 106 32 -
CMYK 0 0.20 0.76 0.48
HSL 43.96º 0.61% 0.32% -
HSV(B) 43.96º 0.76% 0.52% -
XYZ 15.09 15.4 3.54 -
YUV 105.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 133 106 32 0 0.20 0.76 0.48 43.96 0.61 0.32
Hex 85 6A 20 0 14 4C 30 2C 3D 20
Octal 205 152 40 0 24 114 60 54 75 40
Binary 10000101 1101010 100000 0 10100 1001100 110000 101100 111101 100000

Color Harmonies of #856A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A20

Black with #856A20

Text Example


Text Example

White with #856A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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