#424629

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

Shades of Bronzetone #424629

Tints of Bronzetone #424629

Color information

#424629 (or 0x424629) is unknown color: approx Bronzetone. HEX triplet: 42, 46 and 29. RGB value is (66,70,41). Sum of RGB (Red+Green+Blue) = 66+70+41=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #424629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424629 is #BDB9D6. Grayscale: #414141. Windows color (decimal): -12433879 or 2704962. OLE color: 2704962.

HSL color Cylindrical-coordinate representation of color #424629: hue angle of 68.28º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424629 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB667041-
CMYK0.0600.410.73
HSL68.28º26.13%21.76%-
HSV(B)68.28º41.43%27.45%-
XYZ4.845.72.94-
YUV65.5114.17128.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 70 (27.73% from 255) = 39.55%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=37.29%
G=39.55%
B=23.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6670410.0600.410.7368.2826.1321.76
Hex424629602949441a16
Octal1021065160511111043226
Binary100001010001101010011100101001100100110001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424629; }

 p { color: rgb(66,70,41); }

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

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

 a { background-color: rgb(66,70,41); }

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

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

 span { border-color: rgb(66,70,41); }

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