#895125

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

Shades of Korma #895125

Tints of Korma #895125

Color information

#895125 (or 0x895125) is unknown color: approx Korma. HEX triplet: 89, 51 and 25. RGB value is (137,81,37). Sum of RGB (Red+Green+Blue) = 137+81+37=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #895125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895125 is #76AEDA. Grayscale: #5C5C5C. Windows color (decimal): -7778011 or 2445705. OLE color: 2445705.

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

Color convert

RGB1378137-
CMYK00.410.730.46
HSL26.4º57.47%34.12%-
HSV(B)26.4º72.99%53.73%-
XYZ13.5911.343.22-
YUV92.7396.55159.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 37 (14.84% from 255) = 14.51%
R=53.73%
G=31.76%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137813700.410.730.4626.457.4734.12
Hex895125029492E1a3922
Octal2111214505111156327142
Binary1000100110100011001010101001100100110111011010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895125; }

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

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

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

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

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

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

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

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