Html Css Color HEX #424729 Bronzetone

📋 copy color: '#424729'

red 66 ◦ green 71 ◦ blue 41

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

Shades of Bronzetone #424729

Tints of Bronzetone #424729

RGB

 RED value IS 66 (26.17% from 255) = 37.08%

 GREEN value IS 71 (28.13% from 255) = 39.89%

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

R = 37.08%
G = 39.89%
B = 23.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#424729 (or 0x424729) is known color: Bronzetone. HEX triplet: 42, 47 and 29. RGB value is (66,71,41). Sum of RGB (Red+Green+Blue) = 66+71+41=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #424729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424729 is #BDB8D6. Grayscale: #424242. Windows color (decimal): -12433623 or 2705218. OLE color: 2705218.

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

Color convert

RGB 66 71 41 -
CMYK 0.07 0 0.42 0.72
HSL 70º 0.27% 0.22% -
HSV(B) 70º 0.42% 0.28% -
XYZ 4.9 5.82 2.96 -
YUV 66.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 66 71 41 0.07 0 0.42 0.72 70 0.27 0.22
Hex 42 47 29 7 0 2A 48 46 1B 16
Octal 102 107 51 7 0 52 110 106 33 26
Binary 1000010 1000111 101001 111 0 101010 1001000 1000110 11011 10110

Color Harmonies of #424729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424729

Black with #424729

Text Example


Text Example

White with #424729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424729; }

 p { color: rgb(66,71,41); }

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

background-color css

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

 a { background-color: rgb(66,71,41); }

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

border-color css

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

 span { border-color: rgb(66,71,41); }

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