#815E18

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

Shades of Yukon Gold #815E18

Tints of Yukon Gold #815E18

Color information

#815E18 (or 0x815E18) is unknown color: approx Yukon Gold. HEX triplet: 81, 5E and 18. RGB value is (129,94,24). Sum of RGB (Red+Green+Blue) = 129+94+24=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #815E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815E18 is #7EA1E7. Grayscale: #606060. Windows color (decimal): -8298984 or 1597057. OLE color: 1597057.

HSL color Cylindrical-coordinate representation of color #815E18: hue angle of 40º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #815E18 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1299424-
CMYK00.270.810.49
HSL40º68.63%30%-
HSV(B)40º81.4%50.59%-
XYZ13.2212.742.63-
YUV96.4887.1151.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 94 (37.11% from 255) = 38.06%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=52.23%
G=38.06%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129942400.270.810.494068.6330
Hex815E1801B513128451e
Octal20113630033121615010536
Binary100000011011110110000110111010001110001101000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815E18; }

 p { color: rgb(129,94,24); }

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

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

 a { background-color: rgb(129,94,24); }

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

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

 span { border-color: rgb(129,94,24); }

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