#3A501A

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

Shades of Bronzetone #3A501A

Tints of Bronzetone #3A501A

Color information

#3A501A (or 0x3A501A) is unknown color: approx Bronzetone. HEX triplet: 3A, 50 and 1A. RGB value is (58,80,26). Sum of RGB (Red+Green+Blue) = 58+80+26=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #3A501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A501A is #C5AFE5. Grayscale: #434343. Windows color (decimal): -12955622 or 1724474. OLE color: 1724474.

HSL color Cylindrical-coordinate representation of color #3A501A: hue angle of 84.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A501A is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB588026-
CMYK0.2800.670.69
HSL84.44º50.94%20.78%-
HSV(B)84.44º67.5%31.37%-
XYZ4.86.712.02-
YUV67.27104.71121.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=35.37%
G=48.78%
B=15.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880260.2800.670.6984.4450.9420.78
Hex3A501A1C04345543315
Octal72120323401031051246325
Binary11101010100001101011100010000111000101101010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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