#895427

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

Shades of Korma #895427

Tints of Korma #895427

Color information

#895427 (or 0x895427) is unknown color: approx Korma. HEX triplet: 89, 54 and 27. RGB value is (137,84,39). Sum of RGB (Red+Green+Blue) = 137+84+39=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #895427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895427 is #76ABD8. Grayscale: #5E5E5E. Windows color (decimal): -7777241 or 2577545. OLE color: 2577545.

HSL color Cylindrical-coordinate representation of color #895427: hue angle of 27.55º 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 #895427 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1378439-
CMYK00.390.720.46
HSL27.55º55.68%34.51%-
HSV(B)27.55º71.53%53.73%-
XYZ13.8511.813.47-
YUV94.7296.56158.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 39 (15.62% from 255) = 15%
R=52.69%
G=32.31%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137843900.390.720.4627.5555.6834.51
Hex895427027482E1c3823
Octal2111244704711056347043
Binary1000100110101001001110100111100100010111011100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895427; }

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

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

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

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

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

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

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

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