#3F3810

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

Shades of Madras #3F3810

Tints of Madras #3F3810

Color information

#3F3810 (or 0x3F3810) is unknown color: approx Madras. HEX triplet: 3F, 38 and 10. RGB value is (63,56,16). Sum of RGB (Red+Green+Blue) = 63+56+16=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3810 is #C0C7EF. Grayscale: #353535. Windows color (decimal): -12634096 or 1062975. OLE color: 1062975.

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

Color convert

RGB635616-
CMYK00.110.750.75
HSL51.06º59.49%15.49%-
HSV(B)51.06º74.6%24.71%-
XYZ3.563.921.06-
YUV53.53106.82134.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=46.67%
G=41.48%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63561600.110.750.7551.0659.4915.49
Hex3F38100B4B4B333bf
Octal777020013113113637317
Binary1111111110001000001011100101110010111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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