#45492A

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

Shades of Bronzetone #45492A

Tints of Bronzetone #45492A

Color information

#45492A (or 0x45492A) is unknown color: approx Bronzetone. HEX triplet: 45, 49 and 2A. RGB value is (69,73,42). Sum of RGB (Red+Green+Blue) = 69+73+42=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #45492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45492A is #BAB6D5. Grayscale: #444444. Windows color (decimal): -12236502 or 2771269. OLE color: 2771269.

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

Color convert

RGB697342-
CMYK0.0500.420.71
HSL67.74º26.96%22.55%-
HSV(B)67.74º42.47%28.63%-
XYZ5.256.23.11-
YUV68.27113.17128.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=37.5%
G=39.67%
B=22.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973420.0500.420.7167.7426.9622.55
Hex45492A502A47441b17
Octal1051115250521071043327
Binary100010110010011010101010101010100011110001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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