#3D5021

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

Shades of Bronzetone #3D5021

Tints of Bronzetone #3D5021

Color information

#3D5021 (or 0x3D5021) is unknown color: approx Bronzetone. HEX triplet: 3D, 50 and 21. RGB value is (61,80,33). Sum of RGB (Red+Green+Blue) = 61+80+33=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5021 is #C2AFDE. Grayscale: #454545. Windows color (decimal): -12759007 or 2183229. OLE color: 2183229.

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

Color convert

RGB618033-
CMYK0.2400.590.69
HSL84.26º41.59%22.16%-
HSV(B)84.26º58.75%31.37%-
XYZ5.076.842.49-
YUV68.96107.71122.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=35.06%
G=45.98%
B=18.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180330.2400.590.6984.2641.5922.16
Hex3D50211803B45542a16
Octal7512041300731051245226
Binary11110110100001000011100001110111000101101010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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