#87502A

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

Shades of Korma #87502A

Tints of Korma #87502A

Color information

#87502A (or 0x87502A) is unknown color: approx Korma. HEX triplet: 87, 50 and 2A. RGB value is (135,80,42). Sum of RGB (Red+Green+Blue) = 135+80+42=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #87502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87502A is #78AFD5. Grayscale: #5C5C5C. Windows color (decimal): -7909334 or 2773127. OLE color: 2773127.

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

Color convert

RGB1358042-
CMYK00.410.690.47
HSL24.52º52.54%34.71%-
HSV(B)24.52º68.89%52.94%-
XYZ13.2811.063.62-
YUV92.1199.72158.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.53%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=52.53%
G=31.13%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135804200.410.690.4724.5252.5434.71
Hex87502A029452F193523
Octal2071205205110557316543
Binary1000011110100001010100101001100010110111111001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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