#29290E

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

Shades of Maire #29290E

Tints of Maire #29290E

Color information

#29290E (or 0x29290E) is unknown color: approx Maire. HEX triplet: 29, 29 and 0E. RGB value is (41,41,14). Sum of RGB (Red+Green+Blue) = 41+41+14=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 41 - color contains mainly: red, green. Hex color #29290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29290E is #D6D6F1. Grayscale: #262626. Windows color (decimal): -14079730 or 928041. OLE color: 928041.

HSL color Cylindrical-coordinate representation of color #29290E: hue angle of 60º 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 #29290E is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB414114-
CMYK000.660.84
HSL60º49.09%10.78%-
HSV(B)60º65.85%16.08%-
XYZ1.792.090.72-
YUV37.92114.5130.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=42.71%
G=42.71%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414114000.660.846049.0910.78
Hex2929E0042543c31b
Octal51511600102124746113
Binary101001101001111000100001010101001111001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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