#4F3E1F

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

Shades of Madras #4F3E1F

Tints of Madras #4F3E1F

Color information

#4F3E1F (or 0x4F3E1F) is unknown color: approx Madras. HEX triplet: 4F, 3E and 1F. RGB value is (79,62,31). Sum of RGB (Red+Green+Blue) = 79+62+31=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E1F is #B0C1E0. Grayscale: #3F3F3F. Windows color (decimal): -11583969 or 2047567. OLE color: 2047567.

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

Color convert

RGB796231-
CMYK00.220.610.69
HSL38.75º43.64%21.57%-
HSV(B)38.75º60.76%30.98%-
XYZ5.195.212.03-
YUV63.55109.63139.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.93%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=45.93%
G=36.05%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79623100.220.610.6938.7543.6421.57
Hex4F3E1F0163D45272c16
Octal117763702675105475426
Binary100111111111011111010110111101100010110011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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