#87512C

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

Shades of Korma #87512C

Tints of Korma #87512C

Color information

#87512C (or 0x87512C) is unknown color: approx Korma. HEX triplet: 87, 51 and 2C. RGB value is (135,81,44). Sum of RGB (Red+Green+Blue) = 135+81+44=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87512C is #78AED3. Grayscale: #5D5D5D. Windows color (decimal): -7909076 or 2904455. OLE color: 2904455.

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

Color convert

RGB1358144-
CMYK00.400.670.47
HSL24.4º50.84%35.1%-
HSV(B)24.4º67.41%52.94%-
XYZ13.3911.223.84-
YUV92.93100.39158.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=51.92%
G=31.15%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135814400.400.670.4724.450.8435.1
Hex87512C028432F183323
Octal2071215405010357306343
Binary1000011110100011011000101000100001110111111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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