#875518

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

Shades of Hot Curry #875518

Tints of Hot Curry #875518

Color information

#875518 (or 0x875518) is unknown color: approx Hot Curry. HEX triplet: 87, 55 and 18. RGB value is (135,85,24). Sum of RGB (Red+Green+Blue) = 135+85+24=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #875518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875518 is #78AAE7. Grayscale: #5D5D5D. Windows color (decimal): -7908072 or 1594759. OLE color: 1594759.

HSL color Cylindrical-coordinate representation of color #875518: hue angle of 32.97º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #875518 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1358524-
CMYK00.370.820.47
HSL32.97º69.81%31.18%-
HSV(B)32.97º82.22%52.94%-
XYZ13.4111.712.42-
YUV9389.06157.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=55.33%
G=34.84%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135852400.370.820.4732.9769.8131.18
Hex875518025522F21461f
Octal20712530045122574110637
Binary1000011110101011100001001011010010101111100001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875518; }

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

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

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

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

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

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

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

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