#814A29

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

Shades of Korma #814A29

Tints of Korma #814A29

Color information

#814A29 (or 0x814A29) is unknown color: approx Korma. HEX triplet: 81, 4A and 29. RGB value is (129,74,41). Sum of RGB (Red+Green+Blue) = 129+74+41=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #814A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A29 is #7EB5D6. Grayscale: #565656. Windows color (decimal): -8304087 or 2706049. OLE color: 2706049.

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

Color convert

RGB1297441-
CMYK00.430.680.49
HSL22.5º51.76%33.33%-
HSV(B)22.5º68.22%50.59%-
XYZ11.99.723.35-
YUV86.68102.22158.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=52.87%
G=30.33%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129744100.430.680.4922.551.7633.33
Hex814A2902B4431163421
Octal2011125105310461266441
Binary1000000110010101010010101011100010011000110110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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