#87562B

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

Shades of Korma #87562B

Tints of Korma #87562B

Color information

#87562B (or 0x87562B) is unknown color: approx Korma. HEX triplet: 87, 56 and 2B. RGB value is (135,86,43). Sum of RGB (Red+Green+Blue) = 135+86+43=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87562B is #78A9D4. Grayscale: #5F5F5F. Windows color (decimal): -7907797 or 2840199. OLE color: 2840199.

HSL color Cylindrical-coordinate representation of color #87562B: hue angle of 28.04º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87562B is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1358643-
CMYK00.360.680.47
HSL28.04º51.69%34.9%-
HSV(B)28.04º68.15%52.94%-
XYZ13.7611.983.87-
YUV95.7598.23156-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=51.14%
G=32.58%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135864300.360.680.4728.0451.6934.9
Hex87562B024442F1c3423
Octal2071265304410457346443
Binary1000011110101101010110100100100010010111111100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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