#29281C

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

Shades of Maire #29281C

Tints of Maire #29281C

Color information

#29281C (or 0x29281C) is unknown color: approx Maire. HEX triplet: 29, 28 and 1C. RGB value is (41,40,28). Sum of RGB (Red+Green+Blue) = 41+40+28=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 41 - color contains mainly: red. Hex color #29281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29281C is #D6D7E3. Grayscale: #262626. Windows color (decimal): -14079972 or 1845289. OLE color: 1845289.

HSL color Cylindrical-coordinate representation of color #29281C: hue angle of 55.38º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #29281C is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB414028-
CMYK00.020.320.84
HSL55.38º18.84%13.53%-
HSV(B)55.38º31.71%16.08%-
XYZ1.882.071.4-
YUV38.93121.83129.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=37.61%
G=36.70%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41402800.020.320.8455.3818.8413.53
Hex29281C0220543713e
Octal5150340240124672316
Binary101001101000111000101000001010100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29281C; }

 p { color: rgb(41,40,28); }

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

<style>
 a { background-color: #29281C; }

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

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

<style>
 span { border-color: #29281C; }

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

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