#3B501D

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

Shades of Bronzetone #3B501D

Tints of Bronzetone #3B501D

Color information

#3B501D (or 0x3B501D) is unknown color: approx Bronzetone. HEX triplet: 3B, 50 and 1D. RGB value is (59,80,29). Sum of RGB (Red+Green+Blue) = 59+80+29=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #3B501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B501D is #C4AFE2. Grayscale: #444444. Windows color (decimal): -12890083 or 1921083. OLE color: 1921083.

HSL color Cylindrical-coordinate representation of color #3B501D: hue angle of 84.71º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B501D is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB598029-
CMYK0.2600.640.69
HSL84.71º46.79%21.37%-
HSV(B)84.71º63.75%31.37%-
XYZ4.896.762.21-
YUV67.91106.04121.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=35.12%
G=47.62%
B=17.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980290.2600.640.6984.7146.7921.37
Hex3B501D1A04045552f15
Octal73120353201001051255725
Binary11101110100001110111010010000001000101101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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