#895131

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

Shades of Korma #895131

Tints of Korma #895131

Color information

#895131 (or 0x895131) is unknown color: approx Korma. HEX triplet: 89, 51 and 31. RGB value is (137,81,49). Sum of RGB (Red+Green+Blue) = 137+81+49=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #895131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895131 is #76AECE. Grayscale: #5E5E5E. Windows color (decimal): -7777999 or 3232137. OLE color: 3232137.

HSL color Cylindrical-coordinate representation of color #895131: hue angle of 21.82º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895131 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1378149-
CMYK00.410.640.46
HSL21.82º47.31%36.47%-
HSV(B)21.82º64.23%53.73%-
XYZ13.8111.424.38-
YUV94.1102.55158.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=51.31%
G=30.34%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137814900.410.640.4621.8247.3136.47
Hex895131029402E162f24
Octal2111216105110056265744
Binary1000100110100011100010101001100000010111010110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895131; }

 p { color: rgb(137,81,49); }

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

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

 a { background-color: rgb(137,81,49); }

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

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

 span { border-color: rgb(137,81,49); }

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