#87562D

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

Shades of Korma #87562D

Tints of Korma #87562D

Color information

#87562D (or 0x87562D) is unknown color: approx Korma. HEX triplet: 87, 56 and 2D. RGB value is (135,86,45). Sum of RGB (Red+Green+Blue) = 135+86+45=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87562D is #78A9D2. Grayscale: #606060. Windows color (decimal): -7907795 or 2971271. OLE color: 2971271.

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

Color convert

RGB1358645-
CMYK00.360.670.47
HSL27.33º50%35.29%-
HSV(B)27.33º66.67%52.94%-
XYZ13.79124.07-
YUV95.9899.23155.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=50.75%
G=32.33%
B=16.92%

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
Decimal135864500.360.670.4727.335035.29
Hex87562D024432F1b3223
Octal2071265504410357336243
Binary1000011110101101011010100100100001110111111011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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