#4F431F

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

Shades of Madras #4F431F

Tints of Madras #4F431F

Color information

#4F431F (or 0x4F431F) is unknown color: approx Madras. HEX triplet: 4F, 43 and 1F. RGB value is (79,67,31). Sum of RGB (Red+Green+Blue) = 79+67+31=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F431F is #B0BCE0. Grayscale: #424242. Windows color (decimal): -11582689 or 2048847. OLE color: 2048847.

HSL color Cylindrical-coordinate representation of color #4F431F: hue angle of 45º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F431F is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB796731-
CMYK00.150.610.69
HSL45º43.64%21.57%-
HSV(B)45º60.76%30.98%-
XYZ5.485.782.12-
YUV66.48107.98136.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.63%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=44.63%
G=37.85%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79673100.150.610.694543.6421.57
Hex4F431F0F3D452d2c16
Octal1171033701775105555426
Binary100111110000111111101111111101100010110110110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,67,31); }

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

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

 a { background-color: rgb(79,67,31); }

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

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

 span { border-color: rgb(79,67,31); }

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