#894F23

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

Shades of Korma #894F23

Tints of Korma #894F23

Color information

#894F23 (or 0x894F23) is unknown color: approx Korma. HEX triplet: 89, 4F and 23. RGB value is (137,79,35). Sum of RGB (Red+Green+Blue) = 137+79+35=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #894F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F23 is #76B0DC. Grayscale: #5B5B5B. Windows color (decimal): -7778525 or 2314121. OLE color: 2314121.

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

Color convert

RGB1377935-
CMYK00.420.740.46
HSL25.88º59.3%33.73%-
HSV(B)25.88º74.45%53.73%-
XYZ13.4211.033.01-
YUV91.3396.22160.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 35 (14.06% from 255) = 13.94%
R=54.58%
G=31.47%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137793500.420.740.4625.8859.333.73
Hex894F2302A4A2E1a3b22
Octal2111174305211256327342
Binary1000100110011111000110101010100101010111011010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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