#87512E

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

Shades of Korma #87512E

Tints of Korma #87512E

Color information

#87512E (or 0x87512E) is unknown color: approx Korma. HEX triplet: 87, 51 and 2E. RGB value is (135,81,46). Sum of RGB (Red+Green+Blue) = 135+81+46=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87512E is #78AED1. Grayscale: #5D5D5D. Windows color (decimal): -7909074 or 3035527. OLE color: 3035527.

HSL color Cylindrical-coordinate representation of color #87512E: hue angle of 23.6º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87512E is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1358146-
CMYK00.400.660.47
HSL23.6º49.17%35.49%-
HSV(B)23.6º65.93%52.94%-
XYZ13.4311.234.05-
YUV93.16101.39157.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=51.53%
G=30.92%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135814600.400.660.4723.649.1735.49
Hex87512E028422F183123
Octal2071215605010257306143
Binary1000011110100011011100101000100001010111111000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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