#855418

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

Shades of Hot Curry #855418

Tints of Hot Curry #855418

Color information

#855418 (or 0x855418) is unknown color: approx Hot Curry. HEX triplet: 85, 54 and 18. RGB value is (133,84,24). Sum of RGB (Red+Green+Blue) = 133+84+24=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #855418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855418 is #7AABE7. Grayscale: #5C5C5C. Windows color (decimal): -8039400 or 1594501. OLE color: 1594501.

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

Color convert

RGB1338424-
CMYK00.370.820.48
HSL33.03º69.43%30.78%-
HSV(B)33.03º81.95%52.16%-
XYZ13.0111.392.38-
YUV91.8189.73157.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=55.19%
G=34.85%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133842400.370.820.4833.0369.4330.78
Hex855418025523021451f
Octal20512430045122604110537
Binary1000010110101001100001001011010010110000100001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855418; }

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

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

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

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

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

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

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

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