#4F441F

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

Shades of Madras #4F441F

Tints of Madras #4F441F

Color information

#4F441F (or 0x4F441F) is unknown color: approx Madras. HEX triplet: 4F, 44 and 1F. RGB value is (79,68,31). Sum of RGB (Red+Green+Blue) = 79+68+31=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F441F is #B0BBE0. Grayscale: #434343. Windows color (decimal): -11582433 or 2049103. OLE color: 2049103.

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

Color convert

RGB796831-
CMYK00.140.610.69
HSL46.25º43.64%21.57%-
HSV(B)46.25º60.76%30.98%-
XYZ5.545.92.14-
YUV67.07107.64136.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=44.38%
G=38.20%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79683100.140.610.6946.2543.6421.57
Hex4F441F0E3D452e2c16
Octal1171043701675105565426
Binary100111110001001111101110111101100010110111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,68,31); }

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

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

 a { background-color: rgb(79,68,31); }

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

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

 span { border-color: rgb(79,68,31); }

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