#894B2B

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

Shades of Korma #894B2B

Tints of Korma #894B2B

Color information

#894B2B (or 0x894B2B) is unknown color: approx Korma. HEX triplet: 89, 4B and 2B. RGB value is (137,75,43). Sum of RGB (Red+Green+Blue) = 137+75+43=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #894B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B2B is #76B4D4. Grayscale: #5A5A5A. Windows color (decimal): -7779541 or 2837385. OLE color: 2837385.

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

Color convert

RGB1377543-
CMYK00.450.690.46
HSL20.43º52.22%35.29%-
HSV(B)20.43º68.61%53.73%-
XYZ13.2710.523.62-
YUV89.89101.54161.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=53.73%
G=29.41%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137754300.450.690.4620.4352.2235.29
Hex894B2B02D452E143423
Octal2111135305510556246443
Binary1000100110010111010110101101100010110111010100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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