#87551F

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

Shades of Hot Curry #87551F

Tints of Hot Curry #87551F

Color information

#87551F (or 0x87551F) is unknown color: approx Hot Curry. HEX triplet: 87, 55 and 1F. RGB value is (135,85,31). Sum of RGB (Red+Green+Blue) = 135+85+31=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87551F is #78AAE0. Grayscale: #5E5E5E. Windows color (decimal): -7908065 or 2053511. OLE color: 2053511.

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

Color convert

RGB1358531-
CMYK00.370.770.47
HSL31.15º62.65%32.55%-
HSV(B)31.15º77.04%52.94%-
XYZ13.4911.752.85-
YUV93.7992.56157.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 31 (12.5% from 255) = 12.35%
R=53.78%
G=33.86%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135853100.370.770.4731.1562.6532.55
Hex87551F0254D2F1f3f21
Octal2071253704511557377741
Binary100001111010101111110100101100110110111111111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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