#894A2B

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

Shades of Korma #894A2B

Tints of Korma #894A2B

Color information

#894A2B (or 0x894A2B) is unknown color: approx Korma. HEX triplet: 89, 4A and 2B. RGB value is (137,74,43). Sum of RGB (Red+Green+Blue) = 137+74+43=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #894A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A2B is #76B5D4. Grayscale: #595959. Windows color (decimal): -7779797 or 2837129. OLE color: 2837129.

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

Color convert

RGB1377443-
CMYK00.460.690.46
HSL19.79º52.22%35.29%-
HSV(B)19.79º68.61%53.73%-
XYZ13.210.393.6-
YUV89.3101.87162.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=53.94%
G=29.13%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137744300.460.690.4619.7952.2235.29
Hex894A2B02E452E143423
Octal2111125305610556246443
Binary1000100110010101010110101110100010110111010100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,74,43); }

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

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

 a { background-color: rgb(137,74,43); }

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

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

 span { border-color: rgb(137,74,43); }

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