Html Css Color HEX #292512 Maire

📋 copy color: '#292512'

red 41 ◦ green 37 ◦ blue 18

#292512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #292512

Tints of Maire #292512

RGB

 RED value IS 41 (16.41% from 255) = 42.71%

 GREEN value IS 37 (14.84% from 255) = 38.54%

 BLUE value IS 18 (7.42% from 255) = 18.75%

R = 42.71%
G = 38.54%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#292512 (or 0x292512) is known color: Maire. HEX triplet: 29, 25 and 12. RGB value is (41,37,18). Sum of RGB (Red+Green+Blue) = 41+37+18=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #292512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292512 is #D6DAED. Grayscale: #242424. Windows color (decimal): -14080750 or 1189161. OLE color: 1189161.

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

Color convert

RGB 41 37 18 -
CMYK 0 0.10 0.56 0.84
HSL 49.57º 0.39% 0.12% -
HSV(B) 49.57º 0.56% 0.16% -
XYZ 1.69 1.84 0.84 -
YUV 36.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 41 37 18 0 0.10 0.56 0.84 49.57 0.39 0.12
Hex 29 25 12 0 A 38 54 32 27 C
Octal 51 45 22 0 12 70 124 62 47 14
Binary 101001 100101 10010 0 1010 111000 1010100 110010 100111 1100

Color Harmonies of #292512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292512

Black with #292512

Text Example


Text Example

White with #292512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292512; }

 p { color: rgb(41,37,18); }

 H1.HeaderClassName
 {
   color: #292512;
 }
 .AnyTagClassName
 {
   color: #292512;
 }
</style>

background-color css

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

 a { background-color: rgb(41,37,18); }

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

border-color css

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

 span { border-color: rgb(41,37,18); }

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