#3F4C2B

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

Shades of Bronzetone #3F4C2B

Tints of Bronzetone #3F4C2B

Color information

#3F4C2B (or 0x3F4C2B) is unknown color: approx Bronzetone. HEX triplet: 3F, 4C and 2B. RGB value is (63,76,43). Sum of RGB (Red+Green+Blue) = 63+76+43=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C2B is #C0B3D4. Grayscale: #444444. Windows color (decimal): -12628949 or 2837567. OLE color: 2837567.

HSL color Cylindrical-coordinate representation of color #3F4C2B: hue angle of 83.64º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F4C2B is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB637643-
CMYK0.1700.430.70
HSL83.64º27.73%23.33%-
HSV(B)83.64º43.42%29.8%-
XYZ5.076.43.25-
YUV68.35113.69124.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.62%
GREEN value IS 76 (30.08% from 255) = 41.76%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=34.62%
G=41.76%
B=23.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6376430.1700.430.7083.6427.7323.33
Hex3F4C2B1102B46541c17
Octal7711453210531061243427
Binary1111111001100101011100010101011100011010101001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,76,43); }

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

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

 a { background-color: rgb(63,76,43); }

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

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

 span { border-color: rgb(63,76,43); }

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