#3A5419

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

Shades of Bronzetone #3A5419

Tints of Bronzetone #3A5419

Color information

#3A5419 (or 0x3A5419) is unknown color: approx Bronzetone. HEX triplet: 3A, 54 and 19. RGB value is (58,84,25). Sum of RGB (Red+Green+Blue) = 58+84+25=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5419 is #C5ABE6. Grayscale: #454545. Windows color (decimal): -12954599 or 1659962. OLE color: 1659962.

HSL color Cylindrical-coordinate representation of color #3A5419: hue angle of 86.44º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A5419 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB588425-
CMYK0.3100.700.67
HSL86.44º54.13%21.37%-
HSV(B)86.44º70.24%32.94%-
XYZ5.097.312.06-
YUV69.5102.89119.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=34.73%
G=50.30%
B=14.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884250.3100.700.6786.4454.1321.37
Hex3A54191F04643563615
Octal72124313701061031266625
Binary11101010101001100111111010001101000011101011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5419; }

 p { color: rgb(58,84,25); }

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

<style>
 a { background-color: #3A5419; }

 a { background-color: rgb(58,84,25); }

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

<style>
 span { border-color: #3A5419; }

 span { border-color: rgb(58,84,25); }

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