#29281A

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

Shades of Maire #29281A

Tints of Maire #29281A

Color information

#29281A (or 0x29281A) is unknown color: approx Maire. HEX triplet: 29, 28 and 1A. RGB value is (41,40,26). Sum of RGB (Red+Green+Blue) = 41+40+26=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 41 - color contains mainly: red. Hex color #29281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29281A is #D6D7E5. Grayscale: #262626. Windows color (decimal): -14079974 or 1714217. OLE color: 1714217.

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

Color convert

RGB414026-
CMYK00.020.370.84
HSL56º22.39%13.14%-
HSV(B)56º36.59%16.08%-
XYZ1.862.061.28-
YUV38.7120.83129.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=38.32%
G=37.38%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41402600.020.370.845622.3913.14
Hex29281A0225543816d
Octal5150320245124702615
Binary101001101000110100101001011010100111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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