#424D25

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

Shades of Bronzetone #424D25

Tints of Bronzetone #424D25

Color information

#424D25 (or 0x424D25) is unknown color: approx Bronzetone. HEX triplet: 42, 4D and 25. RGB value is (66,77,37). Sum of RGB (Red+Green+Blue) = 66+77+37=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #424D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D25 is #BDB2DA. Grayscale: #454545. Windows color (decimal): -12432091 or 2444610. OLE color: 2444610.

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

Color convert

RGB667737-
CMYK0.1400.520.70
HSL76.5º35.09%22.35%-
HSV(B)76.5º51.95%30.2%-
XYZ5.236.62.75-
YUV69.15109.86125.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 77 (30.47% from 255) = 42.78%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=36.67%
G=42.78%
B=20.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677370.1400.520.7076.535.0922.35
Hex424D25E034464c2316
Octal10211545160641061144326
Binary10000101001101100101111001101001000110100110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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