#87522A

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

Shades of Korma #87522A

Tints of Korma #87522A

Color information

#87522A (or 0x87522A) is unknown color: approx Korma. HEX triplet: 87, 52 and 2A. RGB value is (135,82,42). Sum of RGB (Red+Green+Blue) = 135+82+42=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87522A is #78ADD5. Grayscale: #5D5D5D. Windows color (decimal): -7908822 or 2773639. OLE color: 2773639.

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

Color convert

RGB1358242-
CMYK00.390.690.47
HSL25.81º52.54%34.71%-
HSV(B)25.81º68.89%52.94%-
XYZ13.4311.353.67-
YUV93.2999.06157.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=52.12%
G=31.66%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135824200.390.690.4725.8152.5434.71
Hex87522A027452F1a3523
Octal2071225204710557326543
Binary1000011110100101010100100111100010110111111010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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