#894F2D

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

Shades of Korma #894F2D

Tints of Korma #894F2D

Color information

#894F2D (or 0x894F2D) is unknown color: approx Korma. HEX triplet: 89, 4F and 2D. RGB value is (137,79,45). Sum of RGB (Red+Green+Blue) = 137+79+45=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #894F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F2D is #76B0D2. Grayscale: #5C5C5C. Windows color (decimal): -7778515 or 2969481. OLE color: 2969481.

HSL color Cylindrical-coordinate representation of color #894F2D: hue angle of 22.17º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #894F2D is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1377945-
CMYK00.420.670.46
HSL22.17º50.55%35.69%-
HSV(B)22.17º67.15%53.73%-
XYZ13.5911.13.91-
YUV92.47101.22159.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=52.49%
G=30.27%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137794500.420.670.4622.1750.5535.69
Hex894F2D02A432E163324
Octal2111175505210356266344
Binary1000100110011111011010101010100001110111010110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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