#3C4C1D

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

Shades of Bronzetone #3C4C1D

Tints of Bronzetone #3C4C1D

Color information

#3C4C1D (or 0x3C4C1D) is unknown color: approx Bronzetone. HEX triplet: 3C, 4C and 1D. RGB value is (60,76,29). Sum of RGB (Red+Green+Blue) = 60+76+29=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C1D is #C3B3E2. Grayscale: #424242. Windows color (decimal): -12825571 or 1920060. OLE color: 1920060.

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

Color convert

RGB607629-
CMYK0.2100.620.70
HSL80.43º44.76%20.59%-
HSV(B)80.43º61.84%29.8%-
XYZ4.676.222.12-
YUV65.86107.2123.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 76 (30.08% from 255) = 46.06%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=36.36%
G=46.06%
B=17.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6076290.2100.620.7080.4344.7620.59
Hex3C4C1D1503E46502d15
Octal7411435250761061205525
Binary1111001001100111011010101111101000110101000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,76,29); }

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

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

 a { background-color: rgb(60,76,29); }

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

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

 span { border-color: rgb(60,76,29); }

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