#3D4621

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

Shades of Bronzetone #3D4621

Tints of Bronzetone #3D4621

Color information

#3D4621 (or 0x3D4621) is unknown color: approx Bronzetone. HEX triplet: 3D, 46 and 21. RGB value is (61,70,33). Sum of RGB (Red+Green+Blue) = 61+70+33=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #3D4621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4621 is #C2B9DE. Grayscale: #3F3F3F. Windows color (decimal): -12761567 or 2180669. OLE color: 2180669.

HSL color Cylindrical-coordinate representation of color #3D4621: hue angle of 74.59º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D4621 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB617033-
CMYK0.1300.530.73
HSL74.59º35.92%20.2%-
HSV(B)74.59º52.86%27.45%-
XYZ4.395.482.27-
YUV63.09111.02126.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.20%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=37.20%
G=42.68%
B=20.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6170330.1300.530.7374.5935.9220.2
Hex3D4621D035494b2414
Octal7510641150651111134424
Binary1111011000110100001110101101011001001100101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,33); }

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

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

 a { background-color: rgb(61,70,33); }

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

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

 span { border-color: rgb(61,70,33); }

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