#29280E

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

Shades of Maire #29280E

Tints of Maire #29280E

Color information

#29280E (or 0x29280E) is unknown color: approx Maire. HEX triplet: 29, 28 and 0E. RGB value is (41,40,14). Sum of RGB (Red+Green+Blue) = 41+40+14=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #29280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29280E is #D6D7F1. Grayscale: #252525. Windows color (decimal): -14079986 or 927785. OLE color: 927785.

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

Color convert

RGB414014-
CMYK00.020.660.84
HSL57.78º49.09%10.78%-
HSV(B)57.78º65.85%16.08%-
XYZ1.752.020.71-
YUV37.33114.83130.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.16%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=43.16%
G=42.11%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41401400.020.660.8457.7849.0910.78
Hex2928E0242543a31b
Octal51501602102124726113
Binary1010011010001110010100001010101001110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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