#292820

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

Shades of Maire #292820

Tints of Maire #292820

Color information

#292820 (or 0x292820) is unknown color: approx Maire. HEX triplet: 29, 28 and 20. RGB value is (41,40,32). Sum of RGB (Red+Green+Blue) = 41+40+32=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 41 - color contains mainly: red. Hex color #292820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292820 is #D6D7DF. Grayscale: #272727. Windows color (decimal): -14079968 or 2107433. OLE color: 2107433.

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

Color convert

RGB414032-
CMYK00.020.220.84
HSL53.33º12.33%14.31%-
HSV(B)53.33º21.95%16.08%-
XYZ1.932.091.67-
YUV39.39123.83129.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=36.28%
G=35.40%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41403200.020.220.8453.3312.3314.31
Hex29282002165435ce
Octal5150400226124651416
Binary10100110100010000001010110101010011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292820; }

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

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

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

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

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

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

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

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