#424A28

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

Shades of Bronzetone #424A28

Tints of Bronzetone #424A28

Color information

#424A28 (or 0x424A28) is unknown color: approx Bronzetone. HEX triplet: 42, 4A and 28. RGB value is (66,74,40). Sum of RGB (Red+Green+Blue) = 66+74+40=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #424A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A28 is #BDB5D7. Grayscale: #434343. Windows color (decimal): -12432856 or 2640450. OLE color: 2640450.

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

Color convert

RGB667440-
CMYK0.1100.460.71
HSL74.12º29.82%22.35%-
HSV(B)74.12º45.95%29.02%-
XYZ5.086.212.94-
YUV67.73112.35126.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 74 (29.30% from 255) = 41.11%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=36.67%
G=41.11%
B=22.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6674400.1100.460.7174.1229.8222.35
Hex424A28B02E474a1e16
Octal10211250130561071123626
Binary1000010100101010100010110101110100011110010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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