#3c521f

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

Shades of Bronzetone #3C521F

Tints of Bronzetone #3C521F

Color information

#3C521F (or 0x3C521F) is unknown color: approx Bronzetone. HEX triplet: 3C, 52 and 1F. RGB value is (60,82,31). Sum of RGB (Red+Green+Blue) = 60+82+31=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #3C521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C521F is #C3ADE0. Grayscale: #454545. Windows color (decimal): -12824033 or 2052668. OLE color: 2052668.

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

Color convert

RGB608231-
CMYK0.2700.620.68
HSL85.88º45.13%22.16%-
HSV(B)85.88º62.2%32.16%-
XYZ5.137.092.4-
YUV69.61106.21121.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=34.68%
G=47.40%
B=17.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6082310.2700.620.6885.8845.1322.16
Hex3C521F1B03E44562d16
Octal7412237330761041265526
Binary1111001010010111111101101111101000100101011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c521f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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