#4F421E

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

Shades of Madras #4F421E

Tints of Madras #4F421E

Color information

#4F421E (or 0x4F421E) is unknown color: approx Madras. HEX triplet: 4F, 42 and 1E. RGB value is (79,66,30). Sum of RGB (Red+Green+Blue) = 79+66+30=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F421E is #B0BDE1. Grayscale: #414141. Windows color (decimal): -11582946 or 1983055. OLE color: 1983055.

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

Color convert

RGB796630-
CMYK00.160.620.69
HSL44.08º44.95%21.37%-
HSV(B)44.08º62.03%30.98%-
XYZ5.415.652.03-
YUV65.78107.81137.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.14%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=45.14%
G=37.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79663000.160.620.6944.0844.9521.37
Hex4F421E0103E452c2d15
Octal1171023602076105545525
Binary1001111100001011110010000111110100010110110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,66,30); }

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

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

 a { background-color: rgb(79,66,30); }

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

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

 span { border-color: rgb(79,66,30); }

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