#4F441A

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

Shades of Madras #4F441A

Tints of Madras #4F441A

Color information

#4F441A (or 0x4F441A) is unknown color: approx Madras. HEX triplet: 4F, 44 and 1A. RGB value is (79,68,26). Sum of RGB (Red+Green+Blue) = 79+68+26=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F441A is #B0BBE5. Grayscale: #424242. Windows color (decimal): -11582438 or 1721423. OLE color: 1721423.

HSL color Cylindrical-coordinate representation of color #4F441A: hue angle of 47.55º 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 #4F441A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB796826-
CMYK00.140.670.69
HSL47.55º50.48%20.59%-
HSV(B)47.55º67.09%30.98%-
XYZ5.485.871.82-
YUV66.5105.14136.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=45.66%
G=39.31%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79682600.140.670.6947.5550.4820.59
Hex4F441A0E4345303215
Octal11710432016103105606225
Binary1001111100010011010011101000011100010111000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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