#855518

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

Shades of Hot Curry #855518

Tints of Hot Curry #855518

Color information

#855518 (or 0x855518) is unknown color: approx Hot Curry. HEX triplet: 85, 55 and 18. RGB value is (133,85,24). Sum of RGB (Red+Green+Blue) = 133+85+24=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #855518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855518 is #7AAAE7. Grayscale: #5C5C5C. Windows color (decimal): -8039144 or 1594757. OLE color: 1594757.

HSL color Cylindrical-coordinate representation of color #855518: hue angle of 33.58º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #855518 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1338524-
CMYK00.360.820.48
HSL33.58º69.43%30.78%-
HSV(B)33.58º81.95%52.16%-
XYZ13.0911.552.4-
YUV92.489.4156.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 24 (9.77% from 255) = 9.92%
R=54.96%
G=35.12%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133852400.360.820.4833.5869.4330.78
Hex855518024523022451f
Octal20512530044122604210537
Binary1000010110101011100001001001010010110000100010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855518; }

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

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

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

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

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

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

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

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