#3B4E1D

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

Shades of Bronzetone #3B4E1D

Tints of Bronzetone #3B4E1D

Color information

#3B4E1D (or 0x3B4E1D) is unknown color: approx Bronzetone. HEX triplet: 3B, 4E and 1D. RGB value is (59,78,29). Sum of RGB (Red+Green+Blue) = 59+78+29=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4E1D is #C4B1E2. Grayscale: #424242. Windows color (decimal): -12890595 or 1920571. OLE color: 1920571.

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

Color convert

RGB597829-
CMYK0.2400.630.69
HSL83.27º45.79%20.98%-
HSV(B)83.27º62.82%30.59%-
XYZ4.756.472.16-
YUV66.73106.71122.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 78 (30.86% from 255) = 46.99%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=35.54%
G=46.99%
B=17.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5978290.2400.630.6983.2745.7920.98
Hex3B4E1D1803F45532e15
Octal7311635300771051235625
Binary1110111001110111011100001111111000101101001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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