#89562F

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

Shades of Korma #89562F

Tints of Korma #89562F

Color information

#89562F (or 0x89562F) is unknown color: approx Korma. HEX triplet: 89, 56 and 2F. RGB value is (137,86,47). Sum of RGB (Red+Green+Blue) = 137+86+47=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89562F is #76A9D0. Grayscale: #616161. Windows color (decimal): -7776721 or 3102345. OLE color: 3102345.

HSL color Cylindrical-coordinate representation of color #89562F: hue angle of 26º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89562F is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1378647-
CMYK00.370.660.46
HSL26º48.91%36.08%-
HSV(B)26º65.69%53.73%-
XYZ14.1612.184.29-
YUV96.899.9156.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=50.74%
G=31.85%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137864700.370.660.462648.9136.08
Hex89562F025422E1a3124
Octal2111265704510256326144
Binary1000100110101101011110100101100001010111011010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89562F; }

 p { color: rgb(137,86,47); }

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

<style>
 a { background-color: #89562F; }

 a { background-color: rgb(137,86,47); }

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

<style>
 span { border-color: #89562F; }

 span { border-color: rgb(137,86,47); }

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