#856017

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

Shades of Yukon Gold #856017

Tints of Yukon Gold #856017

Color information

#856017 (or 0x856017) is unknown color: approx Yukon Gold. HEX triplet: 85, 60 and 17. RGB value is (133,96,23). Sum of RGB (Red+Green+Blue) = 133+96+23=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #856017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856017 is #7A9FE8. Grayscale: #636363. Windows color (decimal): -8036329 or 1532037. OLE color: 1532037.

HSL color Cylindrical-coordinate representation of color #856017: hue angle of 39.82º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #856017 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1339623-
CMYK00.280.830.48
HSL39.82º70.51%30.59%-
HSV(B)39.82º82.71%52.16%-
XYZ14.0113.412.66-
YUV98.7485.26152.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 23 (9.38% from 255) = 9.13%
R=52.78%
G=38.10%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133962300.280.830.4839.8270.5130.59
Hex85601701C533028471f
Octal20514027034123605010737
Binary100001011100000101110111001010011110000101000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856017; }

 p { color: rgb(133,96,23); }

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

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

 a { background-color: rgb(133,96,23); }

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

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

 span { border-color: rgb(133,96,23); }

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