#815D0B

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

Shades of Yukon Gold #815D0B

Tints of Yukon Gold #815D0B

Color information

#815D0B (or 0x815D0B) is unknown color: approx Yukon Gold. HEX triplet: 81, 5D and 0B. RGB value is (129,93,11). Sum of RGB (Red+Green+Blue) = 129+93+11=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #815D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815D0B is #7EA2F4. Grayscale: #5E5E5E. Windows color (decimal): -8299253 or 744833. OLE color: 744833.

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

Color convert

RGB1299311-
CMYK00.280.910.49
HSL41.69º84.29%27.45%-
HSV(B)41.69º91.47%50.59%-
XYZ13.0312.522.05-
YUV94.4280.93152.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 11 (4.69% from 255) = 4.72%
R=55.36%
G=39.91%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129931100.280.910.4941.6984.2927.45
Hex815DB01C5B312a541b
Octal20113513034133615212433
Binary10000001101110110110111001011011110001101010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,93,11); }

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

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

 a { background-color: rgb(129,93,11); }

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

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

 span { border-color: rgb(129,93,11); }

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