#424F21

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

Shades of Bronzetone #424F21

Tints of Bronzetone #424F21

Color information

#424F21 (or 0x424F21) is unknown color: approx Bronzetone. HEX triplet: 42, 4F and 21. RGB value is (66,79,33). Sum of RGB (Red+Green+Blue) = 66+79+33=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #424F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F21 is #BDB0DE. Grayscale: #464646. Windows color (decimal): -12431583 or 2182978. OLE color: 2182978.

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

Color convert

RGB667933-
CMYK0.1600.580.69
HSL76.96º41.07%21.96%-
HSV(B)76.96º58.23%30.98%-
XYZ5.326.862.48-
YUV69.87107.19125.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 33 (13.28% from 255) = 18.54%
R=37.08%
G=44.38%
B=18.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679330.1600.580.6976.9641.0721.96
Hex424F211003A454d2916
Octal10211741200721051155126
Binary100001010011111000011000001110101000101100110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #424F21;
 }
 .AnyTagClassName
 {
   color: #424F21;
 }
</style>
background-color css

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

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

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

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

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

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