#3F541E

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

Shades of Bronzetone #3F541E

Tints of Bronzetone #3F541E

Color information

#3F541E (or 0x3F541E) is unknown color: approx Bronzetone. HEX triplet: 3F, 54 and 1E. RGB value is (63,84,30). Sum of RGB (Red+Green+Blue) = 63+84+30=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #3F541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F541E is #C0ABE1. Grayscale: #474747. Windows color (decimal): -12626914 or 1987647. OLE color: 1987647.

HSL color Cylindrical-coordinate representation of color #3F541E: hue angle of 83.33º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F541E is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB638430-
CMYK0.2500.640.67
HSL83.33º47.37%22.35%-
HSV(B)83.33º64.29%32.94%-
XYZ5.457.492.39-
YUV71.56104.54121.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 84 (33.20% from 255) = 47.46%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=35.59%
G=47.46%
B=16.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6384300.2500.640.6783.3347.3722.35
Hex3F541E1904043532f16
Octal77124363101001031235726
Binary11111110101001111011001010000001000011101001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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