#3C4820

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

Shades of Bronzetone #3C4820

Tints of Bronzetone #3C4820

Color information

#3C4820 (or 0x3C4820) is unknown color: approx Bronzetone. HEX triplet: 3C, 48 and 20. RGB value is (60,72,32). Sum of RGB (Red+Green+Blue) = 60+72+32=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4820 is #C3B7DF. Grayscale: #404040. Windows color (decimal): -12826592 or 2115644. OLE color: 2115644.

HSL color Cylindrical-coordinate representation of color #3C4820: hue angle of 78º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C4820 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB607232-
CMYK0.1700.560.72
HSL78º38.46%20.39%-
HSV(B)78º55.56%28.24%-
XYZ4.445.72.23-
YUV63.85110.02125.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.59%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=36.59%
G=43.90%
B=19.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6072320.1700.560.727838.4620.39
Hex3C482011038484e2614
Octal7411040210701101164624
Binary11110010010001000001000101110001001000100111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,32); }

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

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

 a { background-color: rgb(60,72,32); }

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

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

 span { border-color: rgb(60,72,32); }

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