#895230

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

Shades of Korma #895230

Tints of Korma #895230

Color information

#895230 (or 0x895230) is unknown color: approx Korma. HEX triplet: 89, 52 and 30. RGB value is (137,82,48). Sum of RGB (Red+Green+Blue) = 137+82+48=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #895230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895230 is #76ADCF. Grayscale: #5E5E5E. Windows color (decimal): -7777744 or 3166857. OLE color: 3166857.

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

Color convert

RGB1378248-
CMYK00.400.650.46
HSL22.92º48.11%36.27%-
HSV(B)22.92º64.96%53.73%-
XYZ13.8711.574.3-
YUV94.57101.72158.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=51.31%
G=30.71%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137824800.400.650.4622.9248.1136.27
Hex895230028412E173024
Octal2111226005010156276044
Binary1000100110100101100000101000100000110111010111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895230; }

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

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

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

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

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

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

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

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