#424C2B

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

Shades of Bronzetone #424C2B

Tints of Bronzetone #424C2B

Color information

#424C2B (or 0x424C2B) is unknown color: approx Bronzetone. HEX triplet: 42, 4C and 2B. RGB value is (66,76,43). Sum of RGB (Red+Green+Blue) = 66+76+43=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #424C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C2B is #BDB3D4. Grayscale: #454545. Windows color (decimal): -12432341 or 2837570. OLE color: 2837570.

HSL color Cylindrical-coordinate representation of color #424C2B: hue angle of 78.18º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424C2B is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB667643-
CMYK0.1300.430.70
HSL78.18º27.73%23.33%-
HSV(B)78.18º43.42%29.8%-
XYZ5.276.53.26-
YUV69.25113.19125.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=35.68%
G=41.08%
B=23.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6676430.1300.430.7078.1827.7323.33
Hex424C2BD02B464e1c17
Octal10211453150531061163427
Binary1000010100110010101111010101011100011010011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,76,43); }

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

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

 a { background-color: rgb(66,76,43); }

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

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

 span { border-color: rgb(66,76,43); }

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