#87562C

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

Shades of Korma #87562C

Tints of Korma #87562C

Color information

#87562C (or 0x87562C) is unknown color: approx Korma. HEX triplet: 87, 56 and 2C. RGB value is (135,86,44). Sum of RGB (Red+Green+Blue) = 135+86+44=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87562C is #78A9D3. Grayscale: #606060. Windows color (decimal): -7907796 or 2905735. OLE color: 2905735.

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

Color convert

RGB1358644-
CMYK00.360.670.47
HSL27.69º50.84%35.1%-
HSV(B)27.69º67.41%52.94%-
XYZ13.7711.993.97-
YUV95.8698.73155.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=50.94%
G=32.45%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135864400.360.670.4727.6950.8435.1
Hex87562C024432F1c3323
Octal2071265404410357346343
Binary1000011110101101011000100100100001110111111100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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