#424A31

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

Shades of Bronzetone #424A31

Tints of Bronzetone #424A31

Color information

#424A31 (or 0x424A31) is unknown color: approx Bronzetone. HEX triplet: 42, 4A and 31. RGB value is (66,74,49). Sum of RGB (Red+Green+Blue) = 66+74+49=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #424A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A31 is #BDB5CE. Grayscale: #444444. Windows color (decimal): -12432847 or 3230274. OLE color: 3230274.

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

Color convert

RGB667449-
CMYK0.1100.340.71
HSL79.2º20.33%24.12%-
HSV(B)79.2º33.78%29.02%-
XYZ5.256.283.84-
YUV68.76116.85126.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=34.92%
G=39.15%
B=25.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6674490.1100.340.7179.220.3324.12
Hex424A31B022474f1418
Octal10211261130421071172430
Binary1000010100101011000110110100010100011110011111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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