#4F411A

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

Shades of Madras #4F411A

Tints of Madras #4F411A

Color information

#4F411A (or 0x4F411A) is unknown color: approx Madras. HEX triplet: 4F, 41 and 1A. RGB value is (79,65,26). Sum of RGB (Red+Green+Blue) = 79+65+26=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F411A is #B0BEE5. Grayscale: #404040. Windows color (decimal): -11583206 or 1720655. OLE color: 1720655.

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

Color convert

RGB796526-
CMYK00.180.670.69
HSL44.15º50.48%20.59%-
HSV(B)44.15º67.09%30.98%-
XYZ5.35.521.76-
YUV64.74106.14138.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.47%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=46.47%
G=38.24%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79652600.180.670.6944.1550.4820.59
Hex4F411A01243452c3215
Octal11710132022103105546225
Binary10011111000001110100100101000011100010110110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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