#3F481E

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

Shades of Bronzetone #3F481E

Tints of Bronzetone #3F481E

Color information

#3F481E (or 0x3F481E) is unknown color: approx Bronzetone. HEX triplet: 3F, 48 and 1E. RGB value is (63,72,30). Sum of RGB (Red+Green+Blue) = 63+72+30=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #3F481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F481E is #C0B7E1. Grayscale: #404040. Windows color (decimal): -12629986 or 1984575. OLE color: 1984575.

HSL color Cylindrical-coordinate representation of color #3F481E: hue angle of 72.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F481E is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB637230-
CMYK0.1200.580.72
HSL72.86º41.18%20%-
HSV(B)72.86º58.33%28.24%-
XYZ4.65.792.1-
YUV64.52108.52126.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.18%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=38.18%
G=43.64%
B=18.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372300.1200.580.7272.8641.1820
Hex3F481EC03A48492914
Octal7711036140721101115124
Binary111111100100011110110001110101001000100100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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