#3C4F1F

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

Shades of Bronzetone #3C4F1F

Tints of Bronzetone #3C4F1F

Color information

#3C4F1F (or 0x3C4F1F) is unknown color: approx Bronzetone. HEX triplet: 3C, 4F and 1F. RGB value is (60,79,31). Sum of RGB (Red+Green+Blue) = 60+79+31=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4F1F is #C3B0E0. Grayscale: #444444. Windows color (decimal): -12824801 or 2051900. OLE color: 2051900.

HSL color Cylindrical-coordinate representation of color #3C4F1F: hue angle of 83.75º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C4F1F is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB607931-
CMYK0.2400.610.69
HSL83.75º43.64%21.57%-
HSV(B)83.75º60.76%30.98%-
XYZ4.916.652.32-
YUV67.85107.21122.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.29%
GREEN value IS 79 (31.25% from 255) = 46.47%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=35.29%
G=46.47%
B=18.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6079310.2400.610.6983.7543.6421.57
Hex3C4F1F1803D45542c16
Octal7411737300751051245426
Binary1111001001111111111100001111011000101101010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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