#87522C

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

Shades of Korma #87522C

Tints of Korma #87522C

Color information

#87522C (or 0x87522C) is unknown color: approx Korma. HEX triplet: 87, 52 and 2C. RGB value is (135,82,44). Sum of RGB (Red+Green+Blue) = 135+82+44=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87522C is #78ADD3. Grayscale: #5D5D5D. Windows color (decimal): -7908820 or 2904711. OLE color: 2904711.

HSL color Cylindrical-coordinate representation of color #87522C: hue angle of 25.05º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87522C is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1358244-
CMYK00.390.670.47
HSL25.05º50.84%35.1%-
HSV(B)25.05º67.41%52.94%-
XYZ13.4611.373.87-
YUV93.52100.06157.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 44 (17.58% from 255) = 16.86%
R=51.72%
G=31.42%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135824400.390.670.4725.0550.8435.1
Hex87522C027432F193323
Octal2071225404710357316343
Binary1000011110100101011000100111100001110111111001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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