#3F3812

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

Shades of Madras #3F3812

Tints of Madras #3F3812

Color information

#3F3812 (or 0x3F3812) is unknown color: approx Madras. HEX triplet: 3F, 38 and 12. RGB value is (63,56,18). Sum of RGB (Red+Green+Blue) = 63+56+18=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3812 is #C0C7ED. Grayscale: #353535. Windows color (decimal): -12634094 or 1194047. OLE color: 1194047.

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

Color convert

RGB635618-
CMYK00.110.710.75
HSL50.67º55.56%15.88%-
HSV(B)50.67º71.43%24.71%-
XYZ3.573.931.14-
YUV53.76107.82134.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.99%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=45.99%
G=40.88%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63561800.110.710.7550.6755.5615.88
Hex3F38120B474B333810
Octal777022013107113637020
Binary11111111100010010010111000111100101111001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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