#3F3918

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

Shades of Madras #3F3918

Tints of Madras #3F3918

Color information

#3F3918 (or 0x3F3918) is unknown color: approx Madras. HEX triplet: 3F, 39 and 18. RGB value is (63,57,24). Sum of RGB (Red+Green+Blue) = 63+57+24=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3918 is #C0C6E7. Grayscale: #373737. Windows color (decimal): -12633832 or 1587519. OLE color: 1587519.

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

Color convert

RGB635724-
CMYK00.100.620.75
HSL50.77º44.83%17.06%-
HSV(B)50.77º61.9%24.71%-
XYZ3.684.051.45-
YUV55.03110.49133.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.75%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=43.75%
G=39.58%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63572400.100.620.7550.7744.8317.06
Hex3F39180A3E4B332d11
Octal77713001276113635521
Binary1111111110011100001010111110100101111001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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