#4F401C

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

Shades of Madras #4F401C

Tints of Madras #4F401C

Color information

#4F401C (or 0x4F401C) is unknown color: approx Madras. HEX triplet: 4F, 40 and 1C. RGB value is (79,64,28). Sum of RGB (Red+Green+Blue) = 79+64+28=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F401C is #B0BFE3. Grayscale: #404040. Windows color (decimal): -11583460 or 1851471. OLE color: 1851471.

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

Color convert

RGB796428-
CMYK00.190.650.69
HSL42.35º47.66%20.98%-
HSV(B)42.35º64.56%30.98%-
XYZ5.275.411.87-
YUV64.38107.47138.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=46.20%
G=37.43%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79642800.190.650.6942.3547.6620.98
Hex4F401C01341452a3015
Octal11710034023101105526025
Binary10011111000000111000100111000001100010110101011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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