#3C4624

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

Shades of Bronzetone #3C4624

Tints of Bronzetone #3C4624

Color information

#3C4624 (or 0x3C4624) is unknown color: approx Bronzetone. HEX triplet: 3C, 46 and 24. RGB value is (60,70,36). Sum of RGB (Red+Green+Blue) = 60+70+36=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4624 is #C3B9DB. Grayscale: #3F3F3F. Windows color (decimal): -12827100 or 2377276. OLE color: 2377276.

HSL color Cylindrical-coordinate representation of color #3C4624: hue angle of 77.65º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4624 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB607036-
CMYK0.1400.490.73
HSL77.65º32.08%20.78%-
HSV(B)77.65º48.57%27.45%-
XYZ4.375.472.49-
YUV63.13112.69125.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=36.14%
G=42.17%
B=21.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070360.1400.490.7377.6532.0820.78
Hex3C4624E031494e2015
Octal7410644160611111164025
Binary1111001000110100100111001100011001001100111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,36); }

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

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

 a { background-color: rgb(60,70,36); }

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

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

 span { border-color: rgb(60,70,36); }

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