#894E29

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

Shades of Korma #894E29

Tints of Korma #894E29

Color information

#894E29 (or 0x894E29) is unknown color: approx Korma. HEX triplet: 89, 4E and 29. RGB value is (137,78,41). Sum of RGB (Red+Green+Blue) = 137+78+41=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #894E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E29 is #76B1D6. Grayscale: #5B5B5B. Windows color (decimal): -7778775 or 2707081. OLE color: 2707081.

HSL color Cylindrical-coordinate representation of color #894E29: hue angle of 23.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #894E29 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1377841-
CMYK00.430.700.46
HSL23.12º53.93%34.9%-
HSV(B)23.12º70.07%53.73%-
XYZ13.4410.933.5-
YUV91.4299.55160.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=53.52%
G=30.47%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137784100.430.700.4623.1253.9334.9
Hex894E2902B462E173623
Octal2111165105310656276643
Binary1000100110011101010010101011100011010111010111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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