#89542C

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

Shades of Korma #89542C

Tints of Korma #89542C

Color information

#89542C (or 0x89542C) is unknown color: approx Korma. HEX triplet: 89, 54 and 2C. RGB value is (137,84,44). Sum of RGB (Red+Green+Blue) = 137+84+44=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89542C is #76ABD3. Grayscale: #5F5F5F. Windows color (decimal): -7777236 or 2905225. OLE color: 2905225.

HSL color Cylindrical-coordinate representation of color #89542C: hue angle of 25.81º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89542C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1378444-
CMYK00.390.680.46
HSL25.81º51.38%35.49%-
HSV(B)25.81º67.88%53.73%-
XYZ13.9411.843.93-
YUV95.2999.06157.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=51.70%
G=31.70%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137844400.390.680.4625.8151.3835.49
Hex89542C027442E1a3323
Octal2111245404710456326343
Binary1000100110101001011000100111100010010111011010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,84,44); }

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

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

 a { background-color: rgb(137,84,44); }

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

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

 span { border-color: rgb(137,84,44); }

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