#855B24

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

Shades of Hot Curry #855B24

Tints of Hot Curry #855B24

Color information

#855B24 (or 0x855B24) is unknown color: approx Hot Curry. HEX triplet: 85, 5B and 24. RGB value is (133,91,36). Sum of RGB (Red+Green+Blue) = 133+91+36=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #855B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B24 is #7AA4DB. Grayscale: #616161. Windows color (decimal): -8037596 or 2382725. OLE color: 2382725.

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

Color convert

RGB1339136-
CMYK00.320.730.48
HSL34.02º57.4%33.14%-
HSV(B)34.02º72.93%52.16%-
XYZ13.7312.63.38-
YUV97.2993.41153.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=51.15%
G=35%
B=13.85%

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
Decimal133913600.320.730.4834.0257.433.14
Hex855B240204930223921
Octal2051334404011160427141
Binary10000101101101110010001000001001001110000100010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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