#454925

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

Shades of Bronzetone #454925

Tints of Bronzetone #454925

Color information

#454925 (or 0x454925) is unknown color: approx Bronzetone. HEX triplet: 45, 49 and 25. RGB value is (69,73,37). Sum of RGB (Red+Green+Blue) = 69+73+37=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #454925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454925 is #BAB6DA. Grayscale: #434343. Windows color (decimal): -12236507 or 2443589. OLE color: 2443589.

HSL color Cylindrical-coordinate representation of color #454925: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454925 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB697337-
CMYK0.0500.490.71
HSL66.67º32.73%21.57%-
HSV(B)66.67º49.32%28.63%-
XYZ5.176.162.67-
YUV67.7110.67128.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.55%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=38.55%
G=40.78%
B=20.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973370.0500.490.7166.6732.7321.57
Hex454925503147432116
Octal1051114550611071034126
Binary1000101100100110010110101100011000111100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454925; }

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

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

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

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

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

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

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

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