Html Css Color HEX #856D20 Yukon Gold

📋 copy color: '#856D20'

red 133 ◦ green 109 ◦ blue 32

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

Shades of Yukon Gold #856D20

Tints of Yukon Gold #856D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

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

R = 48.54%
G = 39.78%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#856D20 (or 0x856D20) is known color: Yukon Gold. HEX triplet: 85, 6D and 20. RGB value is (133,109,32). Sum of RGB (Red+Green+Blue) = 133+109+32=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #856D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D20 is #7A92DF. Grayscale: #6B6B6B. Windows color (decimal): -8032992 or 2125189. OLE color: 2125189.

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

Color convert

RGB 133 109 32 -
CMYK 0 0.18 0.76 0.48
HSL 45.74º 0.61% 0.32% -
HSV(B) 45.74º 0.76% 0.52% -
XYZ 15.4 16.03 3.65 -
YUV 107.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 133 109 32 0 0.18 0.76 0.48 45.74 0.61 0.32
Hex 85 6D 20 0 12 4C 30 2E 3D 20
Octal 205 155 40 0 22 114 60 56 75 40
Binary 10000101 1101101 100000 0 10010 1001100 110000 101110 111101 100000

Color Harmonies of #856D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D20

Black with #856D20

Text Example


Text Example

White with #856D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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