#895330

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

Shades of Korma #895330

Tints of Korma #895330

Color information

#895330 (or 0x895330) is unknown color: approx Korma. HEX triplet: 89, 53 and 30. RGB value is (137,83,48). Sum of RGB (Red+Green+Blue) = 137+83+48=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #895330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895330 is #76ACCF. Grayscale: #5F5F5F. Windows color (decimal): -7777488 or 3167113. OLE color: 3167113.

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

Color convert

RGB1378348-
CMYK00.390.650.46
HSL23.6º48.11%36.27%-
HSV(B)23.6º64.96%53.73%-
XYZ13.9411.724.32-
YUV95.16101.39157.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=51.12%
G=30.97%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137834800.390.650.4623.648.1136.27
Hex895330027412E183024
Octal2111236004710156306044
Binary1000100110100111100000100111100000110111011000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895330; }

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

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

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

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

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

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

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

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