#856D20

Color #856D20 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #856D20

Tints of Yukon Gold #856D20

Color information

#856D20 (or 0x856D20) is unknown color: approx 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

RGB13310932-
CMYK00.180.760.48
HSL45.74º61.21%32.35%-
HSV(B)45.74º75.94%52.16%-
XYZ15.416.033.65-
YUV107.485.45146.26-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331093200.180.760.4845.7461.2132.35
Hex856D200124C302e3d20
Octal2051554002211460567540
Binary1000010111011011000000100101001100110000101110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>