#895328

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

Shades of Korma #895328

Tints of Korma #895328

Color information

#895328 (or 0x895328) is unknown color: approx Korma. HEX triplet: 89, 53 and 28. RGB value is (137,83,40). Sum of RGB (Red+Green+Blue) = 137+83+40=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #895328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895328 is #76ACD7. Grayscale: #5E5E5E. Windows color (decimal): -7777496 or 2642825. OLE color: 2642825.

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

Color convert

RGB1378340-
CMYK00.390.710.46
HSL26.6º54.8%34.71%-
HSV(B)26.6º70.8%53.73%-
XYZ13.7911.663.53-
YUV94.2497.39158.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=52.69%
G=31.92%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137834000.390.710.4626.654.834.71
Hex895328027472E1b3723
Octal2111235004710756336743
Binary1000100110100111010000100111100011110111011011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895328; }

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

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

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

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

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

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

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

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