#292814

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

Shades of Maire #292814

Tints of Maire #292814

Color information

#292814 (or 0x292814) is unknown color: approx Maire. HEX triplet: 29, 28 and 14. RGB value is (41,40,20). Sum of RGB (Red+Green+Blue) = 41+40+20=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 41 - color contains mainly: red. Hex color #292814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292814 is #D6D7EB. Grayscale: #262626. Windows color (decimal): -14079980 or 1321001. OLE color: 1321001.

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

Color convert

RGB414020-
CMYK00.020.510.84
HSL57.14º34.43%11.96%-
HSV(B)57.14º51.22%16.08%-
XYZ1.82.040.96-
YUV38.02117.83130.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=40.59%
G=39.60%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41402000.020.510.8457.1434.4311.96
Hex2928140233543922c
Octal5150240263124714214
Binary1010011010001010001011001110101001110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292814; }

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

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

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

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

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

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

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

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