#4A5131

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

Shades of Bronzetone #4A5131

Tints of Bronzetone #4A5131

Color information

#4A5131 (or 0x4A5131) is unknown color: approx Bronzetone. HEX triplet: 4A, 51 and 31. RGB value is (74,81,49). Sum of RGB (Red+Green+Blue) = 74+81+49=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5131 is #B5AECE. Grayscale: #4B4B4B. Windows color (decimal): -11906767 or 3232074. OLE color: 3232074.

HSL color Cylindrical-coordinate representation of color #4A5131: hue angle of 73.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A5131 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB748149-
CMYK0.0900.400.68
HSL73.12º24.62%25.49%-
HSV(B)73.12º39.51%31.76%-
XYZ6.327.564.03-
YUV75.26113.18127.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.27%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=36.27%
G=39.71%
B=24.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7481490.0900.400.6873.1224.6225.49
Hex4A5131902844491919
Octal11212161110501041113131
Binary1001010101000111000110010101000100010010010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5131; }

 p { color: rgb(74,81,49); }

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

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

 a { background-color: rgb(74,81,49); }

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

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

 span { border-color: rgb(74,81,49); }

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