#4F401A

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

Shades of Madras #4F401A

Tints of Madras #4F401A

Color information

#4F401A (or 0x4F401A) is unknown color: approx Madras. HEX triplet: 4F, 40 and 1A. RGB value is (79,64,26). Sum of RGB (Red+Green+Blue) = 79+64+26=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 79 - color contains mainly: red. Hex color #4F401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F401A is #B0BFE5. Grayscale: #404040. Windows color (decimal): -11583462 or 1720399. OLE color: 1720399.

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

Color convert

RGB796426-
CMYK00.190.670.69
HSL43.02º50.48%20.59%-
HSV(B)43.02º67.09%30.98%-
XYZ5.245.41.74-
YUV64.15106.47138.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.75%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=46.75%
G=37.87%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79642600.190.670.6943.0250.4820.59
Hex4F401A01343452b3215
Octal11710032023103105536225
Binary10011111000000110100100111000011100010110101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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