#805E09

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

Shades of Yukon Gold #805E09

Tints of Yukon Gold #805E09

Color information

#805E09 (or 0x805E09) is unknown color: approx Yukon Gold. HEX triplet: 80, 5E and 09. RGB value is (128,94,9). Sum of RGB (Red+Green+Blue) = 128+94+9=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #805E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E09 is #7FA1F6. Grayscale: #5E5E5E. Windows color (decimal): -8364535 or 614016. OLE color: 614016.

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

Color convert

RGB128949-
CMYK00.270.930.50
HSL42.86º86.86%26.86%-
HSV(B)42.86º92.97%50.2%-
XYZ12.9512.612.01-
YUV94.4879.76151.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.41%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 9 (3.91% from 255) = 3.90%
R=55.41%
G=40.69%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12894900.270.930.5042.8686.8626.86
Hex805E901B5D322b571b
Octal20013611033135625312733
Binary10000000101111010010110111011101110010101011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,94,9); }

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

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

 a { background-color: rgb(128,94,9); }

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

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

 span { border-color: rgb(128,94,9); }

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