Html Css Color HEX #424929 Bronzetone

📋 copy color: '#424929'

red 66 ◦ green 73 ◦ blue 41

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

Shades of Bronzetone #424929

Tints of Bronzetone #424929

RGB

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

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

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

R = 36.67%
G = 40.56%
B = 22.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#424929 (or 0x424929) is known color: Bronzetone. HEX triplet: 42, 49 and 29. RGB value is (66,73,41). Sum of RGB (Red+Green+Blue) = 66+73+41=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #424929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424929 is #BDB6D6. Grayscale: #434343. Windows color (decimal): -12433111 or 2705730. OLE color: 2705730.

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

Color convert

RGB 66 73 41 -
CMYK 0.10 0 0.44 0.71
HSL 73.13º 0.28% 0.22% -
HSV(B) 73.13º 0.44% 0.29% -
XYZ 5.03 6.08 3.01 -
YUV 67.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 66 73 41 0.10 0 0.44 0.71 73.13 0.28 0.22
Hex 42 49 29 A 0 2C 47 49 1C 16
Octal 102 111 51 12 0 54 107 111 34 26
Binary 1000010 1001001 101001 1010 0 101100 1000111 1001001 11100 10110

Color Harmonies of #424929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424929

Black with #424929

Text Example


Text Example

White with #424929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424929; }

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

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

background-color css

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

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

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

border-color css

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

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

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