#3B501A

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

Shades of Bronzetone #3B501A

Tints of Bronzetone #3B501A

Color information

#3B501A (or 0x3B501A) is unknown color: approx Bronzetone. HEX triplet: 3B, 50 and 1A. RGB value is (59,80,26). Sum of RGB (Red+Green+Blue) = 59+80+26=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #3B501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B501A is #C4AFE5. Grayscale: #434343. Windows color (decimal): -12890086 or 1724475. OLE color: 1724475.

HSL color Cylindrical-coordinate representation of color #3B501A: hue angle of 83.33º 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 #3B501A is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB598026-
CMYK0.2600.670.69
HSL83.33º50.94%20.78%-
HSV(B)83.33º67.5%31.37%-
XYZ4.866.742.02-
YUV67.56104.54121.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.76%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=35.76%
G=48.48%
B=15.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980260.2600.670.6983.3350.9420.78
Hex3B501A1A04345533315
Octal73120323201031051236325
Binary11101110100001101011010010000111000101101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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