#4F390F

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

Shades of Madras #4F390F

Tints of Madras #4F390F

Color information

#4F390F (or 0x4F390F) is unknown color: approx Madras. HEX triplet: 4F, 39 and 0F. RGB value is (79,57,15). Sum of RGB (Red+Green+Blue) = 79+57+15=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F390F is #B0C6F0. Grayscale: #3A3A3A. Windows color (decimal): -11585265 or 997711. OLE color: 997711.

HSL color Cylindrical-coordinate representation of color #4F390F: hue angle of 39.38º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F390F is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB795715-
CMYK00.280.810.69
HSL39.38º68.09%18.43%-
HSV(B)39.38º81.01%30.98%-
XYZ4.774.621.09-
YUV58.79103.29142.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.32%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=52.32%
G=37.75%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79571500.280.810.6939.3868.0918.43
Hex4F39F01C5145274412
Octal11771170341211054710422
Binary1001111111001111101110010100011000101100111100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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