#3F390F

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

Shades of Madras #3F390F

Tints of Madras #3F390F

Color information

#3F390F (or 0x3F390F) is unknown color: approx Madras. HEX triplet: 3F, 39 and 0F. RGB value is (63,57,15). Sum of RGB (Red+Green+Blue) = 63+57+15=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F390F is #C0C6F0. Grayscale: #363636. Windows color (decimal): -12633841 or 997695. OLE color: 997695.

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

Color convert

RGB635715-
CMYK00.100.760.75
HSL52.5º61.54%15.29%-
HSV(B)52.5º76.19%24.71%-
XYZ3.64.021.04-
YUV54.01105.99134.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=46.67%
G=42.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63571500.100.760.7552.561.5415.29
Hex3F39F0A4C4B343ef
Octal777117012114113647617
Binary111111111001111101010100110010010111101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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