#3F4925

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

Shades of Bronzetone #3F4925

Tints of Bronzetone #3F4925

Color information

#3F4925 (or 0x3F4925) is unknown color: approx Bronzetone. HEX triplet: 3F, 49 and 25. RGB value is (63,73,37). Sum of RGB (Red+Green+Blue) = 63+73+37=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4925 is #C0B6DA. Grayscale: #424242. Windows color (decimal): -12629723 or 2443583. OLE color: 2443583.

HSL color Cylindrical-coordinate representation of color #3F4925: hue angle of 76.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F4925 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB637337-
CMYK0.1400.490.71
HSL76.67º32.73%21.57%-
HSV(B)76.67º49.32%28.63%-
XYZ4.775.962.65-
YUV65.91111.69125.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.42%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=36.42%
G=42.20%
B=21.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6373370.1400.490.7176.6732.7321.57
Hex3F4925E031474d2116
Octal7711145160611071154126
Binary1111111001001100101111001100011000111100110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,73,37); }

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

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

 a { background-color: rgb(63,73,37); }

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

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

 span { border-color: rgb(63,73,37); }

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