#87551C

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

Shades of Hot Curry #87551C

Tints of Hot Curry #87551C

Color information

#87551C (or 0x87551C) is unknown color: approx Hot Curry. HEX triplet: 87, 55 and 1C. RGB value is (135,85,28). Sum of RGB (Red+Green+Blue) = 135+85+28=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87551C is #78AAE3. Grayscale: #5D5D5D. Windows color (decimal): -7908068 or 1856903. OLE color: 1856903.

HSL color Cylindrical-coordinate representation of color #87551C: hue angle of 31.96º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87551C is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1358528-
CMYK00.370.790.47
HSL31.96º65.64%31.96%-
HSV(B)31.96º79.26%52.94%-
XYZ13.4511.732.65-
YUV93.4591.06157.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=54.44%
G=34.27%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135852800.370.790.4731.9665.6431.96
Hex87551C0254F2F204220
Octal20712534045117574010240
Binary10000111101010111100010010110011111011111000001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87551C; }

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

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

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

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

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

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

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

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