Html Css Color HEX #414929 Bronzetone

📋 copy color: '#414929'

red 65 ◦ green 73 ◦ blue 41

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

Shades of Bronzetone #414929

Tints of Bronzetone #414929

RGB

 RED value IS 65 (25.78% from 255) = 36.31%

 GREEN value IS 73 (28.91% from 255) = 40.78%

 BLUE value IS 41 (16.41% from 255) = 22.91%

R = 36.31%
G = 40.78%
B = 22.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#414929 (or 0x414929) is known color: Bronzetone. HEX triplet: 41, 49 and 29. RGB value is (65,73,41). Sum of RGB (Red+Green+Blue) = 65+73+41=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #414929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414929 is #BEB6D6. Grayscale: #434343. Windows color (decimal): -12498647 or 2705729. OLE color: 2705729.

HSL color Cylindrical-coordinate representation of color #414929: hue angle of 75º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414929 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 41 -
CMYK 0.11 0 0.44 0.71
HSL 75º 0.28% 0.22% -
HSV(B) 75º 0.44% 0.29% -
XYZ 4.96 6.05 3 -
YUV 66.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 65 73 41 0.11 0 0.44 0.71 75 0.28 0.22
Hex 41 49 29 B 0 2C 47 4B 1C 16
Octal 101 111 51 13 0 54 107 113 34 26
Binary 1000001 1001001 101001 1011 0 101100 1000111 1001011 11100 10110

Color Harmonies of #414929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414929

Black with #414929

Text Example


Text Example

White with #414929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414929; }

 p { color: rgb(65,73,41); }

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

background-color css

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

 a { background-color: rgb(65,73,41); }

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

border-color css

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

 span { border-color: rgb(65,73,41); }

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