Html Css Color HEX #424A20 Bronzetone

📋 copy color: '#424A20'

red 66 ◦ green 74 ◦ blue 32

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

Shades of Bronzetone #424A20

Tints of Bronzetone #424A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.02%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 38.37%
G = 43.02%
B = 18.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#424A20 (or 0x424A20) is known color: Bronzetone. HEX triplet: 42, 4A and 20. RGB value is (66,74,32). Sum of RGB (Red+Green+Blue) = 66+74+32=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #424A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A20 is #BDB5DF. Grayscale: #424242. Windows color (decimal): -12432864 or 2116162. OLE color: 2116162.

HSL color Cylindrical-coordinate representation of color #424A20: hue angle of 71.43º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424A20 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 74 32 -
CMYK 0.11 0 0.57 0.71
HSL 71.43º 0.4% 0.21% -
HSV(B) 71.43º 0.57% 0.29% -
XYZ 4.96 6.16 2.29 -
YUV 66.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 66 74 32 0.11 0 0.57 0.71 71.43 0.4 0.21
Hex 42 4A 20 B 0 39 47 47 28 15
Octal 102 112 40 13 0 71 107 107 50 25
Binary 1000010 1001010 100000 1011 0 111001 1000111 1000111 101000 10101

Color Harmonies of #424A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A20

Black with #424A20

Text Example


Text Example

White with #424A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424A20; }

 p { color: rgb(66,74,32); }

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

background-color css

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

 a { background-color: rgb(66,74,32); }

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

border-color css

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

 span { border-color: rgb(66,74,32); }

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