#805E16

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

Shades of Yukon Gold #805E16

Tints of Yukon Gold #805E16

Color information

#805E16 (or 0x805E16) is unknown color: approx Yukon Gold. HEX triplet: 80, 5E and 16. RGB value is (128,94,22). Sum of RGB (Red+Green+Blue) = 128+94+22=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #805E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E16 is #7FA1E9. Grayscale: #606060. Windows color (decimal): -8364522 or 1465984. OLE color: 1465984.

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

Color convert

RGB1289422-
CMYK00.270.830.50
HSL40.75º70.67%29.41%-
HSV(B)40.75º82.81%50.2%-
XYZ13.0512.652.51-
YUV95.9686.26150.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=52.46%
G=38.52%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128942200.270.830.5040.7570.6729.41
Hex805E1601B533229471d
Octal20013626033123625110735
Binary100000001011110101100110111010011110010101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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