#855E20

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

Shades of Hot Curry #855E20

Tints of Hot Curry #855E20

Color information

#855E20 (or 0x855E20) is unknown color: approx Hot Curry. HEX triplet: 85, 5E and 20. RGB value is (133,94,32). Sum of RGB (Red+Green+Blue) = 133+94+32=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #855E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E20 is #7AA1DF. Grayscale: #626262. Windows color (decimal): -8036832 or 2121349. OLE color: 2121349.

HSL color Cylindrical-coordinate representation of color #855E20: hue angle of 36.83º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #855E20 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1339432-
CMYK00.290.760.48
HSL36.83º61.21%32.35%-
HSV(B)36.83º75.94%52.16%-
XYZ13.9413.13.16-
YUV98.5990.42152.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=51.35%
G=36.29%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133943200.290.760.4836.8361.2132.35
Hex855E2001D4C30253d20
Octal2051364003511460457540
Binary1000010110111101000000111011001100110000100101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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