#856720

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

Shades of Yukon Gold #856720

Tints of Yukon Gold #856720

Color information

#856720 (or 0x856720) is unknown color: approx Yukon Gold. HEX triplet: 85, 67 and 20. RGB value is (133,103,32). Sum of RGB (Red+Green+Blue) = 133+103+32=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #856720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856720 is #7A98DF. Grayscale: #686868. Windows color (decimal): -8034528 or 2123653. OLE color: 2123653.

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

Color convert

RGB13310332-
CMYK00.230.760.48
HSL42.18º61.21%32.35%-
HSV(B)42.18º75.94%52.16%-
XYZ14.7814.793.44-
YUV103.8887.44148.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=49.63%
G=38.43%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331033200.230.760.4842.1861.2132.35
Hex8567200174C302a3d20
Octal2051474002711460527540
Binary1000010111001111000000101111001100110000101010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856720; }

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

 H1.HeaderClassName
 {
   color: #856720;
 }
 .AnyTagClassName
 {
   color: #856720;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #856720;
 }
 .BgClassName
 {
   background-color: #856720;
 }
</style>
border-color css

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

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

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