#3F3C1A

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

Shades of Madras #3F3C1A

Tints of Madras #3F3C1A

Color information

#3F3C1A (or 0x3F3C1A) is unknown color: approx Madras. HEX triplet: 3F, 3C and 1A. RGB value is (63,60,26). Sum of RGB (Red+Green+Blue) = 63+60+26=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C1A is #C0C3E5. Grayscale: #393939. Windows color (decimal): -12633062 or 1719359. OLE color: 1719359.

HSL color Cylindrical-coordinate representation of color #3F3C1A: hue angle of 55.14º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F3C1A is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB636026-
CMYK00.050.590.75
HSL55.14º41.57%17.45%-
HSV(B)55.14º58.73%24.71%-
XYZ3.854.361.62-
YUV57.02110.49132.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.28%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=42.28%
G=40.27%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63602600.050.590.7555.1441.5717.45
Hex3F3C1A053B4B372a11
Octal7774320573113675221
Binary111111111100110100101111011100101111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,60,26); }

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

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

 a { background-color: rgb(63,60,26); }

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

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

 span { border-color: rgb(63,60,26); }

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