Html Css Color HEX #292514 Maire

📋 copy color: '#292514'

red 41 ◦ green 37 ◦ blue 20

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

Shades of Maire #292514

Tints of Maire #292514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.41%

R = 41.84%
G = 37.76%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#292514 (or 0x292514) is known color: Maire. HEX triplet: 29, 25 and 14. RGB value is (41,37,20). Sum of RGB (Red+Green+Blue) = 41+37+20=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 41 - color contains mainly: red. Hex color #292514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292514 is #D6DAEB. Grayscale: #242424. Windows color (decimal): -14080748 or 1320233. OLE color: 1320233.

HSL color Cylindrical-coordinate representation of color #292514: hue angle of 48.57º 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 #292514 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 37 20 -
CMYK 0 0.10 0.51 0.84
HSL 48.57º 0.34% 0.12% -
HSV(B) 48.57º 0.51% 0.16% -
XYZ 1.7 1.85 0.93 -
YUV 36.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 41 37 20 0 0.10 0.51 0.84 48.57 0.34 0.12
Hex 29 25 14 0 A 33 54 31 22 C
Octal 51 45 24 0 12 63 124 61 42 14
Binary 101001 100101 10100 0 1010 110011 1010100 110001 100010 1100

Color Harmonies of #292514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292514

Black with #292514

Text Example


Text Example

White with #292514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292514; }

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

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

background-color css

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

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

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

border-color css

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

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

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