#895126

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

Shades of Korma #895126

Tints of Korma #895126

Color information

#895126 (or 0x895126) is unknown color: approx Korma. HEX triplet: 89, 51 and 26. RGB value is (137,81,38). Sum of RGB (Red+Green+Blue) = 137+81+38=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #895126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895126 is #76AED9. Grayscale: #5D5D5D. Windows color (decimal): -7778010 or 2511241. OLE color: 2511241.

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

Color convert

RGB1378138-
CMYK00.410.720.46
HSL26.06º56.57%34.31%-
HSV(B)26.06º72.26%53.73%-
XYZ13.6111.343.31-
YUV92.8497.05159.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=53.52%
G=31.64%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137813800.410.720.4626.0656.5734.31
Hex895126029482E1a3922
Octal2111214605111056327142
Binary1000100110100011001100101001100100010111011010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895126; }

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

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

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

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

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

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

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

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