#424D2B

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

Shades of Bronzetone #424D2B

Tints of Bronzetone #424D2B

Color information

#424D2B (or 0x424D2B) is unknown color: approx Bronzetone. HEX triplet: 42, 4D and 2B. RGB value is (66,77,43). Sum of RGB (Red+Green+Blue) = 66+77+43=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #424D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D2B is #BDB2D4. Grayscale: #454545. Windows color (decimal): -12432085 or 2837826. OLE color: 2837826.

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

Color convert

RGB667743-
CMYK0.1400.440.70
HSL79.41º28.33%23.53%-
HSV(B)79.41º44.16%30.2%-
XYZ5.346.643.29-
YUV69.83112.86125.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 77 (30.47% from 255) = 41.40%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=35.48%
G=41.40%
B=23.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677430.1400.440.7079.4128.3323.53
Hex424D2BE02C464f1c18
Octal10211553160541061173430
Binary1000010100110110101111100101100100011010011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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