#845E11

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

Shades of Yukon Gold #845E11

Tints of Yukon Gold #845E11

Color information

#845E11 (or 0x845E11) is unknown color: approx Yukon Gold. HEX triplet: 84, 5E and 11. RGB value is (132,94,17). Sum of RGB (Red+Green+Blue) = 132+94+17=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #845E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845E11 is #7BA1EE. Grayscale: #606060. Windows color (decimal): -8102383 or 1138308. OLE color: 1138308.

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

Color convert

RGB1329417-
CMYK00.290.870.48
HSL40.17º77.18%29.22%-
HSV(B)40.17º87.12%51.76%-
XYZ13.6212.952.31-
YUV96.5883.09153.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.32%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 17 (7.03% from 255) = 7.00%
R=54.32%
G=38.68%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132941700.290.870.4840.1777.1829.22
Hex845E1101D5730284d1d
Octal20413621035127605011535
Binary100001001011110100010111011010111110000101000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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