#814D24

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

Shades of Korma #814D24

Tints of Korma #814D24

Color information

#814D24 (or 0x814D24) is unknown color: approx Korma. HEX triplet: 81, 4D and 24. RGB value is (129,77,36). Sum of RGB (Red+Green+Blue) = 129+77+36=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #814D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D24 is #7EB2DB. Grayscale: #585858. Windows color (decimal): -8303324 or 2379137. OLE color: 2379137.

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

Color convert

RGB1297736-
CMYK00.400.720.49
HSL26.45º56.36%32.35%-
HSV(B)26.45º72.09%50.59%-
XYZ12.0310.12.99-
YUV87.8798.73157.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 36 (14.45% from 255) = 14.88%
R=53.31%
G=31.82%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129773600.400.720.4926.4556.3632.35
Hex814D2402848311a3820
Octal2011154405011061327040
Binary1000000110011011001000101000100100011000111010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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