#894B27

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

Shades of Korma #894B27

Tints of Korma #894B27

Color information

#894B27 (or 0x894B27) is unknown color: approx Korma. HEX triplet: 89, 4B and 27. RGB value is (137,75,39). Sum of RGB (Red+Green+Blue) = 137+75+39=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #894B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B27 is #76B4D8. Grayscale: #595959. Windows color (decimal): -7779545 or 2575241. OLE color: 2575241.

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

Color convert

RGB1377539-
CMYK00.450.720.46
HSL22.04º55.68%34.51%-
HSV(B)22.04º71.53%53.73%-
XYZ13.210.53.25-
YUV89.4399.54161.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=54.58%
G=29.88%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137753900.450.720.4622.0455.6834.51
Hex894B2702D482E163823
Octal2111134705511056267043
Binary1000100110010111001110101101100100010111010110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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