#3F3916

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

Shades of Madras #3F3916

Tints of Madras #3F3916

Color information

#3F3916 (or 0x3F3916) is unknown color: approx Madras. HEX triplet: 3F, 39 and 16. RGB value is (63,57,22). Sum of RGB (Red+Green+Blue) = 63+57+22=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3916 is #C0C6E9. Grayscale: #363636. Windows color (decimal): -12633834 or 1456447. OLE color: 1456447.

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

Color convert

RGB635722-
CMYK00.100.650.75
HSL51.22º48.24%16.67%-
HSV(B)51.22º65.08%24.71%-
XYZ3.664.041.35-
YUV54.8109.49133.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=44.37%
G=40.14%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63572200.100.650.7551.2248.2416.67
Hex3F39160A414B333011
Octal777126012101113636021
Binary11111111100110110010101000001100101111001111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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