#855e21

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

Shades of Hot Curry #855E21

Tints of Hot Curry #855E21

Color information

#855E21 (or 0x855E21) is unknown color: approx Hot Curry. HEX triplet: 85, 5E and 21. RGB value is (133,94,33). Sum of RGB (Red+Green+Blue) = 133+94+33=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #855E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E21 is #7AA1DE. Grayscale: #626262. Windows color (decimal): -8036831 or 2186885. OLE color: 2186885.

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

Color convert

RGB1339433-
CMYK00.290.750.48
HSL36.6º60.24%32.55%-
HSV(B)36.6º75.19%52.16%-
XYZ13.9513.13.23-
YUV98.7190.92152.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 33 (13.28% from 255) = 12.69%
R=51.15%
G=36.15%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133943300.290.750.4836.660.2432.55
Hex855E2101D4B30253c21
Octal2051364103511360457441
Binary1000010110111101000010111011001011110000100101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855e21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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