#3F4E1E

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

Shades of Bronzetone #3F4E1E

Tints of Bronzetone #3F4E1E

Color information

#3F4E1E (or 0x3F4E1E) is unknown color: approx Bronzetone. HEX triplet: 3F, 4E and 1E. RGB value is (63,78,30). Sum of RGB (Red+Green+Blue) = 63+78+30=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E1E is #C0B1E1. Grayscale: #444444. Windows color (decimal): -12628450 or 1986111. OLE color: 1986111.

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

Color convert

RGB637830-
CMYK0.1900.620.69
HSL78.75º44.44%21.18%-
HSV(B)78.75º61.54%30.59%-
XYZ5.016.62.24-
YUV68.04106.53124.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.84%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=36.84%
G=45.61%
B=17.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6378300.1900.620.6978.7544.4421.18
Hex3F4E1E1303E454f2c15
Octal7711636230761051175425
Binary1111111001110111101001101111101000101100111110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,78,30); }

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

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

 a { background-color: rgb(63,78,30); }

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

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

 span { border-color: rgb(63,78,30); }

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