#895324

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

Shades of Korma #895324

Tints of Korma #895324

Color information

#895324 (or 0x895324) is unknown color: approx Korma. HEX triplet: 89, 53 and 24. RGB value is (137,83,36). Sum of RGB (Red+Green+Blue) = 137+83+36=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #895324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895324 is #76ACDB. Grayscale: #5E5E5E. Windows color (decimal): -7777500 or 2380681. OLE color: 2380681.

HSL color Cylindrical-coordinate representation of color #895324: hue angle of 27.92º degrees, saturation: 0.58, 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 #895324 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB1378336-
CMYK00.390.740.46
HSL27.92º58.38%33.92%-
HSV(B)27.92º73.72%53.73%-
XYZ13.7311.633.19-
YUV93.7995.39158.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 36 (14.45% from 255) = 14.06%
R=53.52%
G=32.42%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137833600.390.740.4627.9258.3833.92
Hex8953240274A2E1c3a22
Octal2111234404711256347242
Binary1000100110100111001000100111100101010111011100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895324; }

 p { color: rgb(137,83,36); }

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

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

 a { background-color: rgb(137,83,36); }

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

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

 span { border-color: rgb(137,83,36); }

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