#3F3A15

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

Shades of Madras #3F3A15

Tints of Madras #3F3A15

Color information

#3F3A15 (or 0x3F3A15) is unknown color: approx Madras. HEX triplet: 3F, 3A and 15. RGB value is (63,58,21). Sum of RGB (Red+Green+Blue) = 63+58+21=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A15 is #C0C5EA. Grayscale: #373737. Windows color (decimal): -12633579 or 1391167. OLE color: 1391167.

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

Color convert

RGB635821-
CMYK00.080.670.75
HSL52.86º50%16.47%-
HSV(B)52.86º66.67%24.71%-
XYZ3.74.141.31-
YUV55.28108.66133.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 58 (23.05% from 255) = 40.85%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=44.37%
G=40.85%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63582100.080.670.7552.865016.47
Hex3F3A1508434B353210
Octal777225010103113656220
Binary11111111101010101010001000011100101111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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