#3F3D11

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

Shades of Madras #3F3D11

Tints of Madras #3F3D11

Color information

#3F3D11 (or 0x3F3D11) is unknown color: approx Madras. HEX triplet: 3F, 3D and 11. RGB value is (63,61,17). Sum of RGB (Red+Green+Blue) = 63+61+17=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D11 is #C0C2EE. Grayscale: #383838. Windows color (decimal): -12632815 or 1129791. OLE color: 1129791.

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

Color convert

RGB636117-
CMYK00.030.730.75
HSL57.39º57.5%15.69%-
HSV(B)57.39º73.02%24.71%-
XYZ3.824.431.18-
YUV56.58105.66132.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 61 (24.22% from 255) = 43.26%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=44.68%
G=43.26%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63611700.030.730.7557.3957.515.69
Hex3F3D1103494B393a10
Octal77752103111113717220
Binary111111111101100010111001001100101111100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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