#894C24

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

Shades of Korma #894C24

Tints of Korma #894C24

Color information

#894C24 (or 0x894C24) is unknown color: approx Korma. HEX triplet: 89, 4C and 24. RGB value is (137,76,36). Sum of RGB (Red+Green+Blue) = 137+76+36=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #894C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C24 is #76B3DB. Grayscale: #595959. Windows color (decimal): -7779292 or 2378889. OLE color: 2378889.

HSL color Cylindrical-coordinate representation of color #894C24: hue angle of 23.76º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #894C24 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB1377636-
CMYK00.450.740.46
HSL23.76º58.38%33.92%-
HSV(B)23.76º73.72%53.73%-
XYZ13.2210.613.02-
YUV89.6897.71161.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=55.02%
G=30.52%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137763600.450.740.4623.7658.3833.92
Hex894C2402D4A2E183a22
Octal2111144405511256307242
Binary1000100110011001001000101101100101010111011000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894C24; }

 p { color: rgb(137,76,36); }

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

<style>
 a { background-color: #894C24; }

 a { background-color: rgb(137,76,36); }

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

<style>
 span { border-color: #894C24; }

 span { border-color: rgb(137,76,36); }

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