#87532A

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

Shades of Korma #87532A

Tints of Korma #87532A

Color information

#87532A (or 0x87532A) is unknown color: approx Korma. HEX triplet: 87, 53 and 2A. RGB value is (135,83,42). Sum of RGB (Red+Green+Blue) = 135+83+42=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87532A is #78ACD5. Grayscale: #5E5E5E. Windows color (decimal): -7908566 or 2773895. OLE color: 2773895.

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

Color convert

RGB1358342-
CMYK00.390.690.47
HSL26.45º52.54%34.71%-
HSV(B)26.45º68.89%52.94%-
XYZ13.511.53.7-
YUV93.8798.73157.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=51.92%
G=31.92%
B=16.15%

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
Decimal135834200.390.690.4726.4552.5434.71
Hex87532A027452F1a3523
Octal2071235204710557326543
Binary1000011110100111010100100111100010110111111010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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