#87551D

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

Shades of Hot Curry #87551D

Tints of Hot Curry #87551D

Color information

#87551D (or 0x87551D) is unknown color: approx Hot Curry. HEX triplet: 87, 55 and 1D. RGB value is (135,85,29). Sum of RGB (Red+Green+Blue) = 135+85+29=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87551D is #78AAE2. Grayscale: #5D5D5D. Windows color (decimal): -7908067 or 1922439. OLE color: 1922439.

HSL color Cylindrical-coordinate representation of color #87551D: hue angle of 31.7º degrees, saturation: 0.65, 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 #87551D is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1358529-
CMYK00.370.790.47
HSL31.7º64.63%32.16%-
HSV(B)31.7º78.52%52.94%-
XYZ13.4611.742.72-
YUV93.5791.56157.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 29 (11.72% from 255) = 11.65%
R=54.22%
G=34.14%
B=11.65%

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
Decimal135852900.370.790.4731.764.6332.16
Hex87551D0254F2F204120
Octal20712535045117574010140
Binary10000111101010111101010010110011111011111000001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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