#855524

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

Shades of Hot Curry #855524

Tints of Hot Curry #855524

Color information

#855524 (or 0x855524) is unknown color: approx Hot Curry. HEX triplet: 85, 55 and 24. RGB value is (133,85,36). Sum of RGB (Red+Green+Blue) = 133+85+36=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #855524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855524 is #7AAADB. Grayscale: #5E5E5E. Windows color (decimal): -8039132 or 2381189. OLE color: 2381189.

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

Color convert

RGB1338536-
CMYK00.360.730.48
HSL30.31º57.4%33.14%-
HSV(B)30.31º72.93%52.16%-
XYZ13.2411.613.21-
YUV93.7795.4155.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=52.36%
G=33.46%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133853600.360.730.4830.3157.433.14
Hex85552402449301e3921
Octal2051254404411160367141
Binary1000010110101011001000100100100100111000011110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855524; }

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

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

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

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

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

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

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

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