#87542E

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

Shades of Korma #87542E

Tints of Korma #87542E

Color information

#87542E (or 0x87542E) is unknown color: approx Korma. HEX triplet: 87, 54 and 2E. RGB value is (135,84,46). Sum of RGB (Red+Green+Blue) = 135+84+46=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87542E is #78ABD1. Grayscale: #5F5F5F. Windows color (decimal): -7908306 or 3036295. OLE color: 3036295.

HSL color Cylindrical-coordinate representation of color #87542E: hue angle of 25.62º 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 #87542E is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1358446-
CMYK00.380.660.47
HSL25.62º49.17%35.49%-
HSV(B)25.62º65.93%52.94%-
XYZ13.6611.694.12-
YUV94.92100.4156.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=50.94%
G=31.70%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135844600.380.660.4725.6249.1735.49
Hex87542E026422F1a3123
Octal2071245604610257326143
Binary1000011110101001011100100110100001010111111010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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