Html Css Color HEX #292714 Maire

📋 copy color: '#292714'

red 41 ◦ green 39 ◦ blue 20

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

Shades of Maire #292714

Tints of Maire #292714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 39%

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

R = 41%
G = 39%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#292714 (or 0x292714) is known color: Maire. HEX triplet: 29, 27 and 14. RGB value is (41,39,20). Sum of RGB (Red+Green+Blue) = 41+39+20=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #292714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292714 is #D6D8EB. Grayscale: #252525. Windows color (decimal): -14080236 or 1320745. OLE color: 1320745.

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

Color convert

RGB 41 39 20 -
CMYK 0 0.05 0.51 0.84
HSL 54.29º 0.34% 0.12% -
HSV(B) 54.29º 0.51% 0.16% -
XYZ 1.77 1.97 0.95 -
YUV 37.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 41 39 20 0 0.05 0.51 0.84 54.29 0.34 0.12
Hex 29 27 14 0 5 33 54 36 22 C
Octal 51 47 24 0 5 63 124 66 42 14
Binary 101001 100111 10100 0 101 110011 1010100 110110 100010 1100

Color Harmonies of #292714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292714

Black with #292714

Text Example


Text Example

White with #292714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292714; }

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

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

background-color css

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

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

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

border-color css

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

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

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