#424F20

Color #424F20 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #424F20

Tints of Bronzetone #424F20

Color information

#424F20 (or 0x424F20) is unknown color: approx 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

RGB667932-
CMYK0.1600.590.69
HSL76.6º42.34%21.76%-
HSV(B)76.6º59.49%30.98%-
XYZ5.36.852.41-
YUV69.76106.69125.32-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679320.1600.590.6976.642.3421.76
Hex424F201003B454d2a16
Octal10211740200731051155226
Binary100001010011111000001000001110111000101100110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>