#87522E

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

Shades of Korma #87522E

Tints of Korma #87522E

Color information

#87522E (or 0x87522E) is unknown color: approx Korma. HEX triplet: 87, 52 and 2E. RGB value is (135,82,46). Sum of RGB (Red+Green+Blue) = 135+82+46=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87522E is #78ADD1. Grayscale: #5D5D5D. Windows color (decimal): -7908818 or 3035783. OLE color: 3035783.

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

Color convert

RGB1358246-
CMYK00.390.660.47
HSL24.27º49.17%35.49%-
HSV(B)24.27º65.93%52.94%-
XYZ13.511.384.07-
YUV93.74101.06157.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=51.33%
G=31.18%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135824600.390.660.4724.2749.1735.49
Hex87522E027422F183123
Octal2071225604710257306143
Binary1000011110100101011100100111100001010111111000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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