#894E28

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

Shades of Korma #894E28

Tints of Korma #894E28

Color information

#894E28 (or 0x894E28) is unknown color: approx Korma. HEX triplet: 89, 4E and 28. RGB value is (137,78,40). Sum of RGB (Red+Green+Blue) = 137+78+40=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #894E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E28 is #76B1D7. Grayscale: #5B5B5B. Windows color (decimal): -7778776 or 2641545. OLE color: 2641545.

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

Color convert

RGB1377840-
CMYK00.430.710.46
HSL23.51º54.8%34.71%-
HSV(B)23.51º70.8%53.73%-
XYZ13.4210.923.41-
YUV91.3199.05160.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=53.73%
G=30.59%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137784000.430.710.4623.5154.834.71
Hex894E2802B472E183723
Octal2111165005310756306743
Binary1000100110011101010000101011100011110111011000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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