#814E29

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

Shades of Korma #814E29

Tints of Korma #814E29

Color information

#814E29 (or 0x814E29) is unknown color: approx Korma. HEX triplet: 81, 4E and 29. RGB value is (129,78,41). Sum of RGB (Red+Green+Blue) = 129+78+41=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #814E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E29 is #7EB1D6. Grayscale: #595959. Windows color (decimal): -8303063 or 2707073. OLE color: 2707073.

HSL color Cylindrical-coordinate representation of color #814E29: hue angle of 25.23º 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 #814E29 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1297841-
CMYK00.400.680.49
HSL25.23º51.76%33.33%-
HSV(B)25.23º68.22%50.59%-
XYZ12.1810.283.44-
YUV89.03100.9156.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 41 (16.41% from 255) = 16.53%
R=52.02%
G=31.45%
B=16.53%

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
Decimal129784100.400.680.4925.2351.7633.33
Hex814E290284431193421
Octal2011165105010461316441
Binary1000000110011101010010101000100010011000111001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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