#3F3C12

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

Shades of Madras #3F3C12

Tints of Madras #3F3C12

Color information

#3F3C12 (or 0x3F3C12) is unknown color: approx Madras. HEX triplet: 3F, 3C and 12. RGB value is (63,60,18). Sum of RGB (Red+Green+Blue) = 63+60+18=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3C12 is #C0C3ED. Grayscale: #383838. Windows color (decimal): -12633070 or 1195071. OLE color: 1195071.

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

Color convert

RGB636018-
CMYK00.050.710.75
HSL56º55.56%15.88%-
HSV(B)56º71.43%24.71%-
XYZ3.774.331.21-
YUV56.11106.49132.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 60 (23.83% from 255) = 42.55%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=44.68%
G=42.55%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63601800.050.710.755655.5615.88
Hex3F3C1205474B383810
Octal77742205107113707020
Binary1111111111001001001011000111100101111100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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