#29270D

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

Shades of Maire #29270D

Tints of Maire #29270D

Color information

#29270D (or 0x29270D) is unknown color: approx Maire. HEX triplet: 29, 27 and 0D. RGB value is (41,39,13). Sum of RGB (Red+Green+Blue) = 41+39+13=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #29270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29270D is #D6D8F2. Grayscale: #242424. Windows color (decimal): -14080243 or 861993. OLE color: 861993.

HSL color Cylindrical-coordinate representation of color #29270D: hue angle of 55.71º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29270D is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB413913-
CMYK00.050.680.84
HSL55.71º51.85%10.59%-
HSV(B)55.71º68.29%16.08%-
XYZ1.711.950.67-
YUV36.63114.66131.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=44.09%
G=41.94%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41391300.050.680.8455.7151.8510.59
Hex2927D0544543834b
Octal51471505104124706413
Binary10100110011111010101100010010101001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29270D; }

 p { color: rgb(41,39,13); }

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

<style>
 a { background-color: #29270D; }

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

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

<style>
 span { border-color: #29270D; }

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

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