#815F11

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

Shades of Yukon Gold #815F11

Tints of Yukon Gold #815F11

Color information

#815F11 (or 0x815F11) is unknown color: approx Yukon Gold. HEX triplet: 81, 5F and 11. RGB value is (129,95,17). Sum of RGB (Red+Green+Blue) = 129+95+17=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #815F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815F11 is #7EA0EE. Grayscale: #606060. Windows color (decimal): -8298735 or 1138561. OLE color: 1138561.

HSL color Cylindrical-coordinate representation of color #815F11: hue angle of 41.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #815F11 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1299517-
CMYK00.260.870.49
HSL41.79º76.71%28.63%-
HSV(B)41.79º86.82%50.59%-
XYZ13.2512.892.32-
YUV96.2783.26151.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=53.53%
G=39.42%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129951700.260.870.4941.7976.7128.63
Hex815F1101A57312a4d1d
Octal20113721032127615211535
Binary100000011011111100010110101010111110001101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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