#855916

Color #855916 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #855916

Tints of Hot Curry #855916

Color information

#855916 (or 0x855916) is unknown color: approx Hot Curry. HEX triplet: 85, 59 and 16. RGB value is (133,89,22). Sum of RGB (Red+Green+Blue) = 133+89+22=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #855916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855916 is #7AA6E9. Grayscale: #5E5E5E. Windows color (decimal): -8038122 or 1464709. OLE color: 1464709.

HSL color Cylindrical-coordinate representation of color #855916: hue angle of 36.22º degrees, saturation: 0.72, 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 #855916 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1338922-
CMYK00.330.830.48
HSL36.22º71.61%30.39%-
HSV(B)36.22º83.46%52.16%-
XYZ13.3912.192.41-
YUV94.5287.08155.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=54.51%
G=36.48%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133892200.330.830.4836.2271.6130.39
Hex855916021533024481e
Octal20513126041123604411036
Binary1000010110110011011001000011010011110000100100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855916; }

 p { color: rgb(133,89,22); }

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

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

 a { background-color: rgb(133,89,22); }

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

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

 span { border-color: rgb(133,89,22); }

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