#804D24

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

Shades of Korma #804D24

Tints of Korma #804D24

Color information

#804D24 (or 0x804D24) is unknown color: approx Korma. HEX triplet: 80, 4D and 24. RGB value is (128,77,36). Sum of RGB (Red+Green+Blue) = 128+77+36=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #804D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D24 is #7FB2DB. Grayscale: #575757. Windows color (decimal): -8368860 or 2379136. OLE color: 2379136.

HSL color Cylindrical-coordinate representation of color #804D24: hue angle of 26.74º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #804D24 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB1287736-
CMYK00.400.720.50
HSL26.74º56.1%32.16%-
HSV(B)26.74º71.88%50.2%-
XYZ11.8710.022.98-
YUV87.5898.9156.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=53.11%
G=31.95%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128773600.400.720.5026.7456.132.16
Hex804D2402848321b3820
Octal2001154405011062337040
Binary1000000010011011001000101000100100011001011011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,77,36); }

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

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

 a { background-color: rgb(128,77,36); }

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

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

 span { border-color: rgb(128,77,36); }

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