#856018

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

Shades of Yukon Gold #856018

Tints of Yukon Gold #856018

Color information

#856018 (or 0x856018) is unknown color: approx Yukon Gold. HEX triplet: 85, 60 and 18. RGB value is (133,96,24). Sum of RGB (Red+Green+Blue) = 133+96+24=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #856018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856018 is #7A9FE7. Grayscale: #636363. Windows color (decimal): -8036328 or 1597573. OLE color: 1597573.

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

Color convert

RGB1339624-
CMYK00.280.820.48
HSL39.63º69.43%30.78%-
HSV(B)39.63º81.95%52.16%-
XYZ14.0213.422.72-
YUV98.8685.76152.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=52.57%
G=37.94%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133962400.280.820.4839.6369.4330.78
Hex85601801C523028451f
Octal20514030034122605010537
Binary100001011100000110000111001010010110000101000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856018; }

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

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

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

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

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

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

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

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