#855E11

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

Shades of Yukon Gold #855E11

Tints of Yukon Gold #855E11

Color information

#855E11 (or 0x855E11) is unknown color: approx Yukon Gold. HEX triplet: 85, 5E and 11. RGB value is (133,94,17). Sum of RGB (Red+Green+Blue) = 133+94+17=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #855E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E11 is #7AA1EE. Grayscale: #616161. Windows color (decimal): -8036847 or 1138309. OLE color: 1138309.

HSL color Cylindrical-coordinate representation of color #855E11: hue angle of 39.83º 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 #855E11 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1339417-
CMYK00.290.870.48
HSL39.83º77.33%29.41%-
HSV(B)39.83º87.22%52.16%-
XYZ13.7813.032.32-
YUV96.8882.92153.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=54.51%
G=38.52%
B=6.97%

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
Decimal133941700.290.870.4839.8377.3329.41
Hex855E1101D5730284d1d
Octal20513621035127605011535
Binary100001011011110100010111011010111110000101000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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