#292713

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

Shades of Maire #292713

Tints of Maire #292713

Color information

#292713 (or 0x292713) is unknown color: approx Maire. HEX triplet: 29, 27 and 13. RGB value is (41,39,19). Sum of RGB (Red+Green+Blue) = 41+39+19=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #292713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292713 is #D6D8EC. Grayscale: #252525. Windows color (decimal): -14080237 or 1255209. OLE color: 1255209.

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

Color convert

RGB413919-
CMYK00.050.540.84
HSL54.55º36.67%11.76%-
HSV(B)54.55º53.66%16.08%-
XYZ1.761.970.9-
YUV37.32117.66130.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=41.41%
G=39.39%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41391900.050.540.8454.5536.6711.76
Hex2927130536543725c
Octal5147230566124674514
Binary10100110011110011010111011010101001101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292713; }

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

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

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

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

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

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

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

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