#3F481C

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

Shades of Bronzetone #3F481C

Tints of Bronzetone #3F481C

Color information

#3F481C (or 0x3F481C) is unknown color: approx Bronzetone. HEX triplet: 3F, 48 and 1C. RGB value is (63,72,28). Sum of RGB (Red+Green+Blue) = 63+72+28=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #3F481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F481C is #C0B7E3. Grayscale: #404040. Windows color (decimal): -12629988 or 1853503. OLE color: 1853503.

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

Color convert

RGB637228-
CMYK0.1200.610.72
HSL72.27º44%19.61%-
HSV(B)72.27º61.11%28.24%-
XYZ4.585.781.97-
YUV64.29107.52127.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=38.65%
G=44.17%
B=17.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372280.1200.610.7272.274419.61
Hex3F481CC03D48482c14
Octal7711034140751101105424
Binary111111100100011100110001111011001000100100010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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