#424B29

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

Shades of Bronzetone #424B29

Tints of Bronzetone #424B29

Color information

#424B29 (or 0x424B29) is unknown color: approx Bronzetone. HEX triplet: 42, 4B and 29. RGB value is (66,75,41). Sum of RGB (Red+Green+Blue) = 66+75+41=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #424B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B29 is #BDB4D6. Grayscale: #444444. Windows color (decimal): -12432599 or 2706242. OLE color: 2706242.

HSL color Cylindrical-coordinate representation of color #424B29: hue angle of 75.88º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424B29 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB667541-
CMYK0.1200.450.71
HSL75.88º29.31%22.75%-
HSV(B)75.88º45.33%29.41%-
XYZ5.166.353.05-
YUV68.43112.52126.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=36.26%
G=41.21%
B=22.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675410.1200.450.7175.8829.3122.75
Hex424B29C02D474c1d17
Octal10211351140551071143527
Binary1000010100101110100111000101101100011110011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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