Html Css Color HEX #424F20 Bronzetone

📋 copy color: '#424F20'

red 66 ◦ green 79 ◦ blue 32

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

Shades of Bronzetone #424F20

Tints of Bronzetone #424F20

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.63%

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

R = 37.29%
G = 44.63%
B = 18.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#424F20 (or 0x424F20) is known color: Bronzetone. HEX triplet: 42, 4F and 20. RGB value is (66,79,32). Sum of RGB (Red+Green+Blue) = 66+79+32=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #424F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F20 is #BDB0DF. Grayscale: #454545. Windows color (decimal): -12431584 or 2117442. OLE color: 2117442.

HSL color Cylindrical-coordinate representation of color #424F20: hue angle of 76.6º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #424F20 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 79 32 -
CMYK 0.16 0 0.59 0.69
HSL 76.6º 0.42% 0.22% -
HSV(B) 76.6º 0.59% 0.31% -
XYZ 5.3 6.85 2.41 -
YUV 69.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 66 79 32 0.16 0 0.59 0.69 76.6 0.42 0.22
Hex 42 4F 20 10 0 3B 45 4D 2A 16
Octal 102 117 40 20 0 73 105 115 52 26
Binary 1000010 1001111 100000 10000 0 111011 1000101 1001101 101010 10110

Color Harmonies of #424F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F20

Black with #424F20

Text Example


Text Example

White with #424F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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