#29220E

Color #29220E Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #29220E

Tints of Maire #29220E

Color information

#29220E (or 0x29220E) is unknown color: approx Maire. HEX triplet: 29, 22 and 0E. RGB value is (41,34,14). Sum of RGB (Red+Green+Blue) = 41+34+14=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #29220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29220E is #D6DDF1. Grayscale: #212121. Windows color (decimal): -14081522 or 926249. OLE color: 926249.

HSL color Cylindrical-coordinate representation of color #29220E: hue angle of 44.44º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29220E is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB413414-
CMYK00.170.660.84
HSL44.44º49.09%10.78%-
HSV(B)44.44º65.85%16.08%-
XYZ1.571.650.65-
YUV33.81116.82133.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.07%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=46.07%
G=38.20%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41341400.170.660.8444.4449.0910.78
Hex2922E01142542c31b
Octal514216021102124546113
Binary1010011000101110010001100001010101001011001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29220E; }

 p { color: rgb(41,34,14); }

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

<style>
 a { background-color: #29220E; }

 a { background-color: rgb(41,34,14); }

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

<style>
 span { border-color: #29220E; }

 span { border-color: rgb(41,34,14); }

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