#3A531A

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

Shades of Bronzetone #3A531A

Tints of Bronzetone #3A531A

Color information

#3A531A (or 0x3A531A) is unknown color: approx Bronzetone. HEX triplet: 3A, 53 and 1A. RGB value is (58,83,26). Sum of RGB (Red+Green+Blue) = 58+83+26=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #3A531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A531A is #C5ACE5. Grayscale: #454545. Windows color (decimal): -12954854 or 1725242. OLE color: 1725242.

HSL color Cylindrical-coordinate representation of color #3A531A: hue angle of 86.32º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A531A is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB588326-
CMYK0.3000.690.67
HSL86.32º52.29%21.37%-
HSV(B)86.32º68.67%32.55%-
XYZ5.027.162.09-
YUV69.03103.72120.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=34.73%
G=49.70%
B=15.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883260.3000.690.6786.3252.2921.37
Hex3A531A1E04543563415
Octal72123323601051031266425
Binary11101010100111101011110010001011000011101011011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,83,26); }

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

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

 a { background-color: rgb(58,83,26); }

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

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

 span { border-color: rgb(58,83,26); }

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