#894F28

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

Shades of Korma #894F28

Tints of Korma #894F28

Color information

#894F28 (or 0x894F28) is unknown color: approx Korma. HEX triplet: 89, 4F and 28. RGB value is (137,79,40). Sum of RGB (Red+Green+Blue) = 137+79+40=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #894F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F28 is #76B0D7. Grayscale: #5C5C5C. Windows color (decimal): -7778520 or 2641801. OLE color: 2641801.

HSL color Cylindrical-coordinate representation of color #894F28: hue angle of 24.12º 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 #894F28 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB1377940-
CMYK00.420.710.46
HSL24.12º54.8%34.71%-
HSV(B)24.12º70.8%53.73%-
XYZ13.511.063.43-
YUV91.998.72160.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=53.52%
G=30.86%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137794000.420.710.4624.1254.834.71
Hex894F2802A472E183723
Octal2111175005210756306743
Binary1000100110011111010000101010100011110111011000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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