#87611F

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

Shades of Hot Curry #87611F

Tints of Hot Curry #87611F

Color information

#87611F (or 0x87611F) is unknown color: approx Hot Curry. HEX triplet: 87, 61 and 1F. RGB value is (135,97,31). Sum of RGB (Red+Green+Blue) = 135+97+31=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87611F is #789EE0. Grayscale: #656565. Windows color (decimal): -7904993 or 2056583. OLE color: 2056583.

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

Color convert

RGB1359731-
CMYK00.280.770.47
HSL38.08º62.65%32.55%-
HSV(B)38.08º77.04%52.94%-
XYZ14.5113.83.19-
YUV100.8488.59152.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=51.33%
G=36.88%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135973100.280.770.4738.0862.6532.55
Hex87611F01C4D2F263f21
Octal2071413703411557467741
Binary100001111100001111110111001001101101111100110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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