#855A24

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

Shades of Hot Curry #855A24

Tints of Hot Curry #855A24

Color information

#855A24 (or 0x855A24) is unknown color: approx Hot Curry. HEX triplet: 85, 5A and 24. RGB value is (133,90,36). Sum of RGB (Red+Green+Blue) = 133+90+36=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #855A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A24 is #7AA5DB. Grayscale: #606060. Windows color (decimal): -8037852 or 2382469. OLE color: 2382469.

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

Color convert

RGB1339036-
CMYK00.320.730.48
HSL33.4º57.4%33.14%-
HSV(B)33.4º72.93%52.16%-
XYZ13.6512.433.35-
YUV96.793.75153.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 36 (14.45% from 255) = 13.90%
R=51.35%
G=34.75%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133903600.320.730.4833.457.433.14
Hex855A240204930213921
Octal2051324404011160417141
Binary10000101101101010010001000001001001110000100001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,90,36); }

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

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

 a { background-color: rgb(133,90,36); }

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

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

 span { border-color: rgb(133,90,36); }

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