#4F4120

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

Shades of Madras #4F4120

Tints of Madras #4F4120

Color information

#4F4120 (or 0x4F4120) is unknown color: approx Madras. HEX triplet: 4F, 41 and 20. RGB value is (79,65,32). Sum of RGB (Red+Green+Blue) = 79+65+32=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4120 is #B0BEDF. Grayscale: #414141. Windows color (decimal): -11583200 or 2113871. OLE color: 2113871.

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

Color convert

RGB796532-
CMYK00.180.590.69
HSL42.13º42.34%21.76%-
HSV(B)42.13º59.49%30.98%-
XYZ5.385.552.15-
YUV65.42109.14137.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=44.89%
G=36.93%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79653200.180.590.6942.1342.3421.76
Hex4F41200123B452a2a16
Octal1171014002273105525226
Binary10011111000001100000010010111011100010110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,32); }

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

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

 a { background-color: rgb(79,65,32); }

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

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

 span { border-color: rgb(79,65,32); }

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