#3C521D

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

Shades of Bronzetone #3C521D

Tints of Bronzetone #3C521D

Color information

#3C521D (or 0x3C521D) is unknown color: approx Bronzetone. HEX triplet: 3C, 52 and 1D. RGB value is (60,82,29). Sum of RGB (Red+Green+Blue) = 60+82+29=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #3C521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C521D is #C3ADE2. Grayscale: #454545. Windows color (decimal): -12824035 or 1921596. OLE color: 1921596.

HSL color Cylindrical-coordinate representation of color #3C521D: hue angle of 84.91º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C521D is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB608229-
CMYK0.2700.650.68
HSL84.91º47.75%21.76%-
HSV(B)84.91º64.63%32.16%-
XYZ5.17.082.26-
YUV69.38105.21121.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 29 (11.72% from 255) = 16.96%
R=35.09%
G=47.95%
B=16.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6082290.2700.650.6884.9147.7521.76
Hex3C521D1B04144553016
Octal74122353301011041256026
Binary11110010100101110111011010000011000100101010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,82,29); }

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

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

 a { background-color: rgb(60,82,29); }

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

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

 span { border-color: rgb(60,82,29); }

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