#3D491D

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

Shades of Bronzetone #3D491D

Tints of Bronzetone #3D491D

Color information

#3D491D (or 0x3D491D) is unknown color: approx Bronzetone. HEX triplet: 3D, 49 and 1D. RGB value is (61,73,29). Sum of RGB (Red+Green+Blue) = 61+73+29=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #3D491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D491D is #C2B6E2. Grayscale: #404040. Windows color (decimal): -12760803 or 1919293. OLE color: 1919293.

HSL color Cylindrical-coordinate representation of color #3D491D: hue angle of 76.36º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D491D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB617329-
CMYK0.1600.600.71
HSL76.36º43.14%20%-
HSV(B)76.36º60.27%28.63%-
XYZ4.535.852.05-
YUV64.4108.02125.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.42%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=37.42%
G=44.79%
B=17.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6173290.1600.600.7176.3643.1420
Hex3D491D1003C474c2b14
Octal7511135200741071145324
Binary1111011001001111011000001111001000111100110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,29); }

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

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

 a { background-color: rgb(61,73,29); }

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

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

 span { border-color: rgb(61,73,29); }

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