#45492E

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

Shades of Bronzetone #45492E

Tints of Bronzetone #45492E

Color information

#45492E (or 0x45492E) is unknown color: approx Bronzetone. HEX triplet: 45, 49 and 2E. RGB value is (69,73,46). Sum of RGB (Red+Green+Blue) = 69+73+46=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #45492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45492E is #BAB6D1. Grayscale: #444444. Windows color (decimal): -12236498 or 3033413. OLE color: 3033413.

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

Color convert

RGB697346-
CMYK0.0500.370.71
HSL68.89º22.69%23.33%-
HSV(B)68.89º36.99%28.63%-
XYZ5.336.233.51-
YUV68.73115.17128.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=36.70%
G=38.83%
B=24.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973460.0500.370.7168.8922.6923.33
Hex45492E502547451717
Octal1051115650451071052727
Binary100010110010011011101010100101100011110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45492E; }

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

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

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

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

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

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

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

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