#424A1F

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

Shades of Bronzetone #424A1F

Tints of Bronzetone #424A1F

Color information

#424A1F (or 0x424A1F) is unknown color: approx Bronzetone. HEX triplet: 42, 4A and 1F. RGB value is (66,74,31). Sum of RGB (Red+Green+Blue) = 66+74+31=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 74 - color contains mainly: green. Hex color #424A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A1F is #BDB5E0. Grayscale: #424242. Windows color (decimal): -12432865 or 2050626. OLE color: 2050626.

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

Color convert

RGB667431-
CMYK0.1100.580.71
HSL71.16º40.95%20.59%-
HSV(B)71.16º58.11%29.02%-
XYZ4.946.152.22-
YUV66.71107.85127.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 74 (29.30% from 255) = 43.27%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=38.60%
G=43.27%
B=18.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6674310.1100.580.7171.1640.9520.59
Hex424A1FB03A47472915
Octal10211237130721071075125
Binary1000010100101011111101101110101000111100011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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