#4F460D

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

Shades of Madras #4F460D

Tints of Madras #4F460D

Color information

#4F460D (or 0x4F460D) is unknown color: approx Madras. HEX triplet: 4F, 46 and 0D. RGB value is (79,70,13). Sum of RGB (Red+Green+Blue) = 79+70+13=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F460D is #B0B9F2. Grayscale: #424242. Windows color (decimal): -11581939 or 869967. OLE color: 869967.

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

Color convert

RGB797013-
CMYK00.110.840.69
HSL51.82º71.74%18.04%-
HSV(B)51.82º83.54%30.98%-
XYZ5.496.071.26-
YUV66.1997.98137.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.77%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=48.77%
G=43.21%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79701300.110.840.6951.8271.7418.04
Hex4F46D0B5445344812
Octal117106150131241056411022
Binary1001111100011011010101110101001000101110100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,13); }

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

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

 a { background-color: rgb(79,70,13); }

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

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

 span { border-color: rgb(79,70,13); }

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