#895127

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

Shades of Korma #895127

Tints of Korma #895127

Color information

#895127 (or 0x895127) is unknown color: approx Korma. HEX triplet: 89, 51 and 27. RGB value is (137,81,39). Sum of RGB (Red+Green+Blue) = 137+81+39=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #895127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895127 is #76AED8. Grayscale: #5D5D5D. Windows color (decimal): -7778009 or 2576777. OLE color: 2576777.

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

Color convert

RGB1378139-
CMYK00.410.720.46
HSL25.71º55.68%34.51%-
HSV(B)25.71º71.53%53.73%-
XYZ13.6311.353.39-
YUV92.9697.55159.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=53.31%
G=31.52%
B=15.18%

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
Decimal137813900.410.720.4625.7155.6834.51
Hex895127029482E1a3823
Octal2111214705111056327043
Binary1000100110100011001110101001100100010111011010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895127; }

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

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

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

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

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

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

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

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