#424524

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

Shades of Bronzetone #424524

Tints of Bronzetone #424524

Color information

#424524 (or 0x424524) is unknown color: approx Bronzetone. HEX triplet: 42, 45 and 24. RGB value is (66,69,36). Sum of RGB (Red+Green+Blue) = 66+69+36=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #424524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424524 is #BDBADB. Grayscale: #404040. Windows color (decimal): -12434140 or 2377026. OLE color: 2377026.

HSL color Cylindrical-coordinate representation of color #424524: hue angle of 65.45º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424524 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB666936-
CMYK0.0400.480.73
HSL65.45º31.43%20.59%-
HSV(B)65.45º47.83%27.06%-
XYZ4.695.542.49-
YUV64.34112.01129.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=38.60%
G=40.35%
B=21.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669360.0400.480.7365.4531.4320.59
Hex424524403049411f15
Octal1021054440601111013725
Binary100001010001011001001000110000100100110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424524; }

 p { color: rgb(66,69,36); }

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

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

 a { background-color: rgb(66,69,36); }

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

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

 span { border-color: rgb(66,69,36); }

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