#4F431D

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

Shades of Madras #4F431D

Tints of Madras #4F431D

Color information

#4F431D (or 0x4F431D) is unknown color: approx Madras. HEX triplet: 4F, 43 and 1D. RGB value is (79,67,29). Sum of RGB (Red+Green+Blue) = 79+67+29=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F431D is #B0BCE2. Grayscale: #424242. Windows color (decimal): -11582691 or 1917775. OLE color: 1917775.

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

Color convert

RGB796729-
CMYK00.150.630.69
HSL45.6º46.3%21.18%-
HSV(B)45.6º63.29%30.98%-
XYZ5.455.771.99-
YUV66.26106.98137.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.14%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=45.14%
G=38.29%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79672900.150.630.6945.646.321.18
Hex4F431D0F3F452e2e15
Octal1171033501777105565625
Binary100111110000111110101111111111100010110111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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