Html Css Color HEX #414829 Bronzetone

📋 copy color: '#414829'

red 65 ◦ green 72 ◦ blue 41

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

Shades of Bronzetone #414829

Tints of Bronzetone #414829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

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

R = 36.52%
G = 40.45%
B = 23.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#414829 (or 0x414829) is known color: Bronzetone. HEX triplet: 41, 48 and 29. RGB value is (65,72,41). Sum of RGB (Red+Green+Blue) = 65+72+41=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #414829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414829 is #BEB7D6. Grayscale: #424242. Windows color (decimal): -12498903 or 2705473. OLE color: 2705473.

HSL color Cylindrical-coordinate representation of color #414829: hue angle of 73.55º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414829 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 41 -
CMYK 0.10 0 0.43 0.72
HSL 73.55º 0.27% 0.22% -
HSV(B) 73.55º 0.43% 0.28% -
XYZ 4.9 5.92 2.98 -
YUV 66.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 65 72 41 0.10 0 0.43 0.72 73.55 0.27 0.22
Hex 41 48 29 A 0 2B 48 4A 1B 16
Octal 101 110 51 12 0 53 110 112 33 26
Binary 1000001 1001000 101001 1010 0 101011 1001000 1001010 11011 10110

Color Harmonies of #414829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414829

Black with #414829

Text Example


Text Example

White with #414829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414829; }

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

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

background-color css

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

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

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

border-color css

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

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

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