#454D25

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

Shades of Bronzetone #454D25

Tints of Bronzetone #454D25

Color information

#454D25 (or 0x454D25) is unknown color: approx Bronzetone. HEX triplet: 45, 4D and 25. RGB value is (69,77,37). Sum of RGB (Red+Green+Blue) = 69+77+37=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #454D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D25 is #BAB2DA. Grayscale: #464646. Windows color (decimal): -12235483 or 2444613. OLE color: 2444613.

HSL color Cylindrical-coordinate representation of color #454D25: hue angle of 72º 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 #454D25 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.

Color convert

RGB697737-
CMYK0.1000.520.70
HSL72º35.09%22.35%-
HSV(B)72º51.95%30.2%-
XYZ5.446.712.76-
YUV70.05109.35127.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=37.70%
G=42.08%
B=20.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6977370.1000.520.707235.0922.35
Hex454D25A03446482316
Octal10511545120641061104326
Binary10001011001101100101101001101001000110100100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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