#3F3912

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

Shades of Madras #3F3912

Tints of Madras #3F3912

Color information

#3F3912 (or 0x3F3912) is unknown color: approx Madras. HEX triplet: 3F, 39 and 12. RGB value is (63,57,18). Sum of RGB (Red+Green+Blue) = 63+57+18=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3912 is #C0C6ED. Grayscale: #363636. Windows color (decimal): -12633838 or 1194303. OLE color: 1194303.

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

Color convert

RGB635718-
CMYK00.100.710.75
HSL52º55.56%15.88%-
HSV(B)52º71.43%24.71%-
XYZ3.624.031.16-
YUV54.35107.49134.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.65%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=45.65%
G=41.30%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63571800.100.710.755255.5615.88
Hex3F39120A474B343810
Octal777122012107113647020
Binary11111111100110010010101000111100101111010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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