#814D29

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

Shades of Korma #814D29

Tints of Korma #814D29

Color information

#814D29 (or 0x814D29) is unknown color: approx Korma. HEX triplet: 81, 4D and 29. RGB value is (129,77,41). Sum of RGB (Red+Green+Blue) = 129+77+41=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #814D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D29 is #7EB2D6. Grayscale: #585858. Windows color (decimal): -8303319 or 2706817. OLE color: 2706817.

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

Color convert

RGB1297741-
CMYK00.400.680.49
HSL24.55º51.76%33.33%-
HSV(B)24.55º68.22%50.59%-
XYZ12.1110.133.42-
YUV88.44101.23156.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 41 (16.41% from 255) = 16.60%
R=52.23%
G=31.17%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129774100.400.680.4924.5551.7633.33
Hex814D290284431193421
Octal2011155105010461316441
Binary1000000110011011010010101000100010011000111001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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