#805D18

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

Shades of Yukon Gold #805D18

Tints of Yukon Gold #805D18

Color information

#805D18 (or 0x805D18) is unknown color: approx Yukon Gold. HEX triplet: 80, 5D and 18. RGB value is (128,93,24). Sum of RGB (Red+Green+Blue) = 128+93+24=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #805D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805D18 is #7FA2E7. Grayscale: #5F5F5F. Windows color (decimal): -8364776 or 1596800. OLE color: 1596800.

HSL color Cylindrical-coordinate representation of color #805D18: hue angle of 39.81º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #805D18 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB1289324-
CMYK00.270.810.50
HSL39.81º68.42%29.8%-
HSV(B)39.81º81.25%50.2%-
XYZ12.9812.482.59-
YUV95.687.6151.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=52.24%
G=37.96%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128932400.270.810.5039.8168.4229.8
Hex805D1801B513228441e
Octal20013530033121625010436
Binary100000001011101110000110111010001110010101000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805D18; }

 p { color: rgb(128,93,24); }

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

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

 a { background-color: rgb(128,93,24); }

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

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

 span { border-color: rgb(128,93,24); }

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