#815F18

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

Shades of Yukon Gold #815F18

Tints of Yukon Gold #815F18

Color information

#815F18 (or 0x815F18) is unknown color: approx Yukon Gold. HEX triplet: 81, 5F and 18. RGB value is (129,95,24). Sum of RGB (Red+Green+Blue) = 129+95+24=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #815F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815F18 is #7EA0E7. Grayscale: #616161. Windows color (decimal): -8298728 or 1597313. OLE color: 1597313.

HSL color Cylindrical-coordinate representation of color #815F18: hue angle of 40.57º 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 #815F18 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1299524-
CMYK00.260.810.49
HSL40.57º68.63%30%-
HSV(B)40.57º81.4%50.59%-
XYZ13.3112.922.66-
YUV97.0786.76150.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=52.02%
G=38.31%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129952400.260.810.4940.5768.6330
Hex815F1801A513129451e
Octal20113730032121615110536
Binary100000011011111110000110101010001110001101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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