#895228

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

Shades of Korma #895228

Tints of Korma #895228

Color information

#895228 (or 0x895228) is unknown color: approx Korma. HEX triplet: 89, 52 and 28. RGB value is (137,82,40). Sum of RGB (Red+Green+Blue) = 137+82+40=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #895228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895228 is #76ADD7. Grayscale: #5D5D5D. Windows color (decimal): -7777752 or 2642569. OLE color: 2642569.

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

Color convert

RGB1378240-
CMYK00.400.710.46
HSL25.98º54.8%34.71%-
HSV(B)25.98º70.8%53.73%-
XYZ13.7211.513.51-
YUV93.6697.72158.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=52.90%
G=31.66%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137824000.400.710.4625.9854.834.71
Hex895228028472E1a3723
Octal2111225005010756326743
Binary1000100110100101010000101000100011110111011010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895228; }

 p { color: rgb(137,82,40); }

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

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

 a { background-color: rgb(137,82,40); }

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

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

 span { border-color: rgb(137,82,40); }

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