#895432

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

Shades of Korma #895432

Tints of Korma #895432

Color information

#895432 (or 0x895432) is unknown color: approx Korma. HEX triplet: 89, 54 and 32. RGB value is (137,84,50). Sum of RGB (Red+Green+Blue) = 137+84+50=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #895432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895432 is #76ABCD. Grayscale: #606060. Windows color (decimal): -7777230 or 3298441. OLE color: 3298441.

HSL color Cylindrical-coordinate representation of color #895432: hue angle of 23.45º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895432 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1378450-
CMYK00.390.640.46
HSL23.45º46.52%36.67%-
HSV(B)23.45º63.5%53.73%-
XYZ14.0611.894.57-
YUV95.97102.06157.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=50.55%
G=31.00%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137845000.390.640.4623.4546.5236.67
Hex895432027402E172f25
Octal2111246204710056275745
Binary1000100110101001100100100111100000010111010111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895432; }

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

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

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

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

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

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

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

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