#895122

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

Shades of Korma #895122

Tints of Korma #895122

Color information

#895122 (or 0x895122) is unknown color: approx Korma. HEX triplet: 89, 51 and 22. RGB value is (137,81,34). Sum of RGB (Red+Green+Blue) = 137+81+34=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #895122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895122 is #76AEDD. Grayscale: #5C5C5C. Windows color (decimal): -7778014 or 2249097. OLE color: 2249097.

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

Color convert

RGB1378134-
CMYK00.410.750.46
HSL27.38º60.23%33.53%-
HSV(B)27.38º75.18%53.73%-
XYZ13.5511.322.98-
YUV92.3995.05159.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.37%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 34 (13.67% from 255) = 13.49%
R=54.37%
G=32.14%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137813400.410.750.4627.3860.2333.53
Hex8951220294B2E1b3c22
Octal2111214205111356337442
Binary1000100110100011000100101001100101110111011011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895122; }

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

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

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

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

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

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

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

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