#845E16

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

Shades of Yukon Gold #845E16

Tints of Yukon Gold #845E16

Color information

#845E16 (or 0x845E16) is unknown color: approx Yukon Gold. HEX triplet: 84, 5E and 16. RGB value is (132,94,22). Sum of RGB (Red+Green+Blue) = 132+94+22=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #845E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845E16 is #7BA1E9. Grayscale: #616161. Windows color (decimal): -8102378 or 1465988. OLE color: 1465988.

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

Color convert

RGB1329422-
CMYK00.290.830.48
HSL39.27º71.43%30.2%-
HSV(B)39.27º83.33%51.76%-
XYZ13.6612.972.54-
YUV97.1585.59152.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 22 (8.98% from 255) = 8.87%
R=53.23%
G=37.90%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132942200.290.830.4839.2771.4330.2
Hex845E1601D533027471e
Octal20413626035123604710736
Binary100001001011110101100111011010011110000100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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