#87502C

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

Shades of Korma #87502C

Tints of Korma #87502C

Color information

#87502C (or 0x87502C) is unknown color: approx Korma. HEX triplet: 87, 50 and 2C. RGB value is (135,80,44). Sum of RGB (Red+Green+Blue) = 135+80+44=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87502C is #78AFD3. Grayscale: #5C5C5C. Windows color (decimal): -7909332 or 2904199. OLE color: 2904199.

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

Color convert

RGB1358044-
CMYK00.410.670.47
HSL23.74º50.84%35.1%-
HSV(B)23.74º67.41%52.94%-
XYZ13.3111.073.82-
YUV92.34100.72158.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 44 (17.58% from 255) = 16.99%
R=52.12%
G=30.89%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135804400.410.670.4723.7450.8435.1
Hex87502C029432F183323
Octal2071205405110357306343
Binary1000011110100001011000101001100001110111111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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