#805F12

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

Shades of Yukon Gold #805F12

Tints of Yukon Gold #805F12

Color information

#805F12 (or 0x805F12) is unknown color: approx Yukon Gold. HEX triplet: 80, 5F and 12. RGB value is (128,95,18). Sum of RGB (Red+Green+Blue) = 128+95+18=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #805F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F12 is #7FA0ED. Grayscale: #606060. Windows color (decimal): -8364270 or 1204096. OLE color: 1204096.

HSL color Cylindrical-coordinate representation of color #805F12: hue angle of 42º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #805F12 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB1289518-
CMYK00.260.860.50
HSL42º75.34%28.63%-
HSV(B)42º85.94%50.2%-
XYZ13.112.822.36-
YUV96.0983.93150.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=53.11%
G=39.42%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128951800.260.860.504275.3428.63
Hex805F1201A56322a4b1d
Octal20013722032126625211335
Binary100000001011111100100110101010110110010101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,95,18); }

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

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

 a { background-color: rgb(128,95,18); }

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

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

 span { border-color: rgb(128,95,18); }

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