#3F3711

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

Shades of Madras #3F3711

Tints of Madras #3F3711

Color information

#3F3711 (or 0x3F3711) is unknown color: approx Madras. HEX triplet: 3F, 37 and 11. RGB value is (63,55,17). Sum of RGB (Red+Green+Blue) = 63+55+17=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3711 is #C0C8EE. Grayscale: #353535. Windows color (decimal): -12634351 or 1128255. OLE color: 1128255.

HSL color Cylindrical-coordinate representation of color #3F3711: hue angle of 49.57º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F3711 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB635517-
CMYK00.130.730.75
HSL49.57º57.5%15.69%-
HSV(B)49.57º73.02%24.71%-
XYZ3.523.831.08-
YUV53.06107.65135.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=46.67%
G=40.74%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63551700.130.730.7549.5757.515.69
Hex3F37110D494B323a10
Octal776721015111113627220
Binary11111111011110001011011001001100101111001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,17); }

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

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

 a { background-color: rgb(63,55,17); }

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

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

 span { border-color: rgb(63,55,17); }

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