#804F27

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

Shades of Korma #804F27

Tints of Korma #804F27

Color information

#804F27 (or 0x804F27) is unknown color: approx Korma. HEX triplet: 80, 4F and 27. RGB value is (128,79,39). Sum of RGB (Red+Green+Blue) = 128+79+39=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #804F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F27 is #7FB0D8. Grayscale: #595959. Windows color (decimal): -8368345 or 2576256. OLE color: 2576256.

HSL color Cylindrical-coordinate representation of color #804F27: hue angle of 26.97º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804F27 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1287939-
CMYK00.380.700.50
HSL26.97º53.29%32.75%-
HSV(B)26.97º69.53%50.2%-
XYZ12.0610.333.28-
YUV89.0999.73155.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.03%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=52.03%
G=32.11%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128793900.380.700.5026.9753.2932.75
Hex804F2702646321b3521
Octal2001174704610662336541
Binary1000000010011111001110100110100011011001011011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804F27; }

 p { color: rgb(128,79,39); }

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

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

 a { background-color: rgb(128,79,39); }

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

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

 span { border-color: rgb(128,79,39); }

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