#29280F

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

Shades of Maire #29280F

Tints of Maire #29280F

Color information

#29280F (or 0x29280F) is unknown color: approx Maire. HEX triplet: 29, 28 and 0F. RGB value is (41,40,15). Sum of RGB (Red+Green+Blue) = 41+40+15=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #29280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29280F is #D6D7F0. Grayscale: #252525. Windows color (decimal): -14079985 or 993321. OLE color: 993321.

HSL color Cylindrical-coordinate representation of color #29280F: hue angle of 57.69º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29280F is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB414015-
CMYK00.020.630.84
HSL57.69º46.43%10.98%-
HSV(B)57.69º63.41%16.08%-
XYZ1.762.020.75-
YUV37.45115.33130.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=42.71%
G=41.67%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41401500.020.630.8457.6946.4310.98
Hex2928F023F543a2eb
Octal5150170277124725613
Binary101001101000111101011111110101001110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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