#3B501B

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

Shades of Bronzetone #3B501B

Tints of Bronzetone #3B501B

Color information

#3B501B (or 0x3B501B) is unknown color: approx Bronzetone. HEX triplet: 3B, 50 and 1B. RGB value is (59,80,27). Sum of RGB (Red+Green+Blue) = 59+80+27=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #3B501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B501B is #C4AFE4. Grayscale: #434343. Windows color (decimal): -12890085 or 1790011. OLE color: 1790011.

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

Color convert

RGB598027-
CMYK0.2600.660.69
HSL83.77º49.53%20.98%-
HSV(B)83.77º66.25%31.37%-
XYZ4.876.752.08-
YUV67.68105.04121.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=35.54%
G=48.19%
B=16.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980270.2600.660.6983.7749.5320.98
Hex3B501B1A04245543215
Octal73120333201021051246225
Binary11101110100001101111010010000101000101101010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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