#894E2E

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

Shades of Korma #894E2E

Tints of Korma #894E2E

Color information

#894E2E (or 0x894E2E) is unknown color: approx Korma. HEX triplet: 89, 4E and 2E. RGB value is (137,78,46). Sum of RGB (Red+Green+Blue) = 137+78+46=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #894E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E2E is #76B1D1. Grayscale: #5C5C5C. Windows color (decimal): -7778770 or 3034761. OLE color: 3034761.

HSL color Cylindrical-coordinate representation of color #894E2E: hue angle of 21.1º degrees, saturation: 0.5, 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 #894E2E is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1377846-
CMYK00.430.660.46
HSL21.1º49.73%35.88%-
HSV(B)21.1º66.42%53.73%-
XYZ13.5310.963.99-
YUV91.99102.05160.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=52.49%
G=29.89%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137784600.430.660.4621.149.7335.88
Hex894E2E02B422E153224
Octal2111165605310256256244
Binary1000100110011101011100101011100001010111010101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,78,46); }

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

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

 a { background-color: rgb(137,78,46); }

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

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

 span { border-color: rgb(137,78,46); }

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