#3F4A2A

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

Shades of Bronzetone #3F4A2A

Tints of Bronzetone #3F4A2A

Color information

#3F4A2A (or 0x3F4A2A) is unknown color: approx Bronzetone. HEX triplet: 3F, 4A and 2A. RGB value is (63,74,42). Sum of RGB (Red+Green+Blue) = 63+74+42=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A2A is #C0B5D5. Grayscale: #434343. Windows color (decimal): -12629462 or 2771519. OLE color: 2771519.

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

Color convert

RGB637442-
CMYK0.1500.430.71
HSL80.63º27.59%22.75%-
HSV(B)80.63º43.24%29.02%-
XYZ4.926.123.11-
YUV67.06113.86125.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 74 (29.30% from 255) = 41.34%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=35.20%
G=41.34%
B=23.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6374420.1500.430.7180.6327.5922.75
Hex3F4A2AF02B47511c17
Octal7711252170531071213427
Binary111111100101010101011110101011100011110100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,42); }

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

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

 a { background-color: rgb(63,74,42); }

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

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

 span { border-color: rgb(63,74,42); }

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