#49512F

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

Shades of Bronzetone #49512F

Tints of Bronzetone #49512F

Color information

#49512F (or 0x49512F) is unknown color: approx Bronzetone. HEX triplet: 49, 51 and 2F. RGB value is (73,81,47). Sum of RGB (Red+Green+Blue) = 73+81+47=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #49512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49512F is #B6AED0. Grayscale: #4A4A4A. Windows color (decimal): -11972305 or 3101001. OLE color: 3101001.

HSL color Cylindrical-coordinate representation of color #49512F: hue angle of 74.12º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49512F is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB738147-
CMYK0.1000.420.68
HSL74.12º26.56%25.1%-
HSV(B)74.12º41.98%31.76%-
XYZ6.27.513.81-
YUV74.73112.35126.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=36.32%
G=40.30%
B=23.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381470.1000.420.6874.1226.5625.1
Hex49512FA02A444a1b19
Octal11112157120521041123331
Binary1001001101000110111110100101010100010010010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49512F; }

 p { color: rgb(73,81,47); }

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

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

 a { background-color: rgb(73,81,47); }

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

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

 span { border-color: rgb(73,81,47); }

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