#3F3D15

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

Shades of Madras #3F3D15

Tints of Madras #3F3D15

Color information

#3F3D15 (or 0x3F3D15) is unknown color: approx Madras. HEX triplet: 3F, 3D and 15. RGB value is (63,61,21). Sum of RGB (Red+Green+Blue) = 63+61+21=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D15 is #C0C2EA. Grayscale: #393939. Windows color (decimal): -12632811 or 1391935. OLE color: 1391935.

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

Color convert

RGB636121-
CMYK00.030.670.75
HSL57.14º50%16.47%-
HSV(B)57.14º66.67%24.71%-
XYZ3.854.451.36-
YUV57.04107.66132.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 61 (24.22% from 255) = 42.07%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=43.45%
G=42.07%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63612100.030.670.7557.145016.47
Hex3F3D1503434B393210
Octal77752503103113716220
Binary111111111101101010111000011100101111100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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