#87552E

Color #87552E Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #87552E

Tints of Korma #87552E

Color information

#87552E (or 0x87552E) is unknown color: approx Korma. HEX triplet: 87, 55 and 2E. RGB value is (135,85,46). Sum of RGB (Red+Green+Blue) = 135+85+46=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87552E is #78AAD1. Grayscale: #5F5F5F. Windows color (decimal): -7908050 or 3036551. OLE color: 3036551.

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

Color convert

RGB1358546-
CMYK00.370.660.47
HSL26.29º49.17%35.49%-
HSV(B)26.29º65.93%52.94%-
XYZ13.7311.854.15-
YUV95.5100.06156.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=50.75%
G=31.95%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135854600.370.660.4726.2949.1735.49
Hex87552E025422F1a3123
Octal2071255604510257326143
Binary1000011110101011011100100101100001010111111010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87552E; }

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

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

<style>
 a { background-color: #87552E; }

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

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

<style>
 span { border-color: #87552E; }

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

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