#29261A

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

Shades of Maire #29261A

Tints of Maire #29261A

Color information

#29261A (or 0x29261A) is unknown color: approx Maire. HEX triplet: 29, 26 and 1A. RGB value is (41,38,26). Sum of RGB (Red+Green+Blue) = 41+38+26=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 41 - color contains mainly: red. Hex color #29261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29261A is #D6D9E5. Grayscale: #252525. Windows color (decimal): -14080486 or 1713705. OLE color: 1713705.

HSL color Cylindrical-coordinate representation of color #29261A: hue angle of 48º 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 #29261A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB413826-
CMYK00.070.370.84
HSL48º22.39%13.14%-
HSV(B)48º36.59%16.08%-
XYZ1.791.931.26-
YUV37.53121.49130.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=39.05%
G=36.19%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41382600.070.370.844822.3913.14
Hex29261A0725543016d
Octal5146320745124602615
Binary1010011001101101001111001011010100110000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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