#4A542A

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

Shades of Bronzetone #4A542A

Tints of Bronzetone #4A542A

Color information

#4A542A (or 0x4A542A) is unknown color: approx Bronzetone. HEX triplet: 4A, 54 and 2A. RGB value is (74,84,42). Sum of RGB (Red+Green+Blue) = 74+84+42=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #4A542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A542A is #B5ABD5. Grayscale: #4C4C4C. Windows color (decimal): -11906006 or 2774090. OLE color: 2774090.

HSL color Cylindrical-coordinate representation of color #4A542A: hue angle of 74.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A542A is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB748442-
CMYK0.1200.50.67
HSL74.29º33.33%24.71%-
HSV(B)74.29º50%32.94%-
XYZ6.417.963.39-
YUV76.22108.69126.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 42 (16.80% from 255) = 21%
R=37%
G=42%
B=21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484420.1200.50.6774.2933.3324.71
Hex4A542AC032434a2119
Octal11212452140621031124131
Binary10010101010100101010110001100101000011100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,84,42); }

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

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

 a { background-color: rgb(74,84,42); }

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

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

 span { border-color: rgb(74,84,42); }

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