#895129

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

Shades of Korma #895129

Tints of Korma #895129

Color information

#895129 (or 0x895129) is unknown color: approx Korma. HEX triplet: 89, 51 and 29. RGB value is (137,81,41). Sum of RGB (Red+Green+Blue) = 137+81+41=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #895129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895129 is #76AED6. Grayscale: #5D5D5D. Windows color (decimal): -7778007 or 2707849. OLE color: 2707849.

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

Color convert

RGB1378141-
CMYK00.410.700.46
HSL25º53.93%34.9%-
HSV(B)25º70.07%53.73%-
XYZ13.6611.363.57-
YUV93.1898.55159.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 41 (16.41% from 255) = 15.83%
R=52.90%
G=31.27%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137814100.410.700.462553.9334.9
Hex895129029462E193623
Octal2111215105110656316643
Binary1000100110100011010010101001100011010111011001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895129; }

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

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

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

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

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

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

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

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