#3C4D1F

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

Shades of Bronzetone #3C4D1F

Tints of Bronzetone #3C4D1F

Color information

#3C4D1F (or 0x3C4D1F) is unknown color: approx Bronzetone. HEX triplet: 3C, 4D and 1F. RGB value is (60,77,31). Sum of RGB (Red+Green+Blue) = 60+77+31=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #3C4D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4D1F is #C3B2E0. Grayscale: #424242. Windows color (decimal): -12825313 or 2051388. OLE color: 2051388.

HSL color Cylindrical-coordinate representation of color #3C4D1F: hue angle of 82.17º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C4D1F is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB607731-
CMYK0.2200.600.70
HSL82.17º42.59%21.18%-
HSV(B)82.17º59.74%30.2%-
XYZ4.766.372.27-
YUV66.67107.87123.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.71%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=35.71%
G=45.83%
B=18.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6077310.2200.600.7082.1742.5921.18
Hex3C4D1F1603C46522b15
Octal7411537260741061225325
Binary1111001001101111111011001111001000110101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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