#3F3811

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

Shades of Madras #3F3811

Tints of Madras #3F3811

Color information

#3F3811 (or 0x3F3811) is unknown color: approx Madras. HEX triplet: 3F, 38 and 11. RGB value is (63,56,17). Sum of RGB (Red+Green+Blue) = 63+56+17=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3811 is #C0C7EE. Grayscale: #353535. Windows color (decimal): -12634095 or 1128511. OLE color: 1128511.

HSL color Cylindrical-coordinate representation of color #3F3811: hue angle of 50.87º 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 #3F3811 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB635617-
CMYK00.110.730.75
HSL50.87º57.5%15.69%-
HSV(B)50.87º73.02%24.71%-
XYZ3.573.931.1-
YUV53.65107.32134.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.32%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=46.32%
G=41.18%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63561700.110.730.7550.8757.515.69
Hex3F38110B494B333a10
Octal777021013111113637220
Binary11111111100010001010111001001100101111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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