#87561F

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

Shades of Hot Curry #87561F

Tints of Hot Curry #87561F

Color information

#87561F (or 0x87561F) is unknown color: approx Hot Curry. HEX triplet: 87, 56 and 1F. RGB value is (135,86,31). Sum of RGB (Red+Green+Blue) = 135+86+31=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87561F is #78A9E0. Grayscale: #5E5E5E. Windows color (decimal): -7907809 or 2053767. OLE color: 2053767.

HSL color Cylindrical-coordinate representation of color #87561F: hue angle of 31.73º 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 #87561F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1358631-
CMYK00.360.770.47
HSL31.73º62.65%32.55%-
HSV(B)31.73º77.04%52.94%-
XYZ13.5711.912.88-
YUV94.3892.23156.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=53.57%
G=34.13%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135863100.360.770.4731.7362.6532.55
Hex87561F0244D2F203f21
Octal2071263704411557407741
Binary1000011110101101111101001001001101101111100000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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