#4F3D1F

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

Shades of Madras #4F3D1F

Tints of Madras #4F3D1F

Color information

#4F3D1F (or 0x4F3D1F) is unknown color: approx Madras. HEX triplet: 4F, 3D and 1F. RGB value is (79,61,31). Sum of RGB (Red+Green+Blue) = 79+61+31=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D1F is #B0C2E0. Grayscale: #3F3F3F. Windows color (decimal): -11584225 or 2047311. OLE color: 2047311.

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

Color convert

RGB796131-
CMYK00.230.610.69
HSL37.5º43.64%21.57%-
HSV(B)37.5º60.76%30.98%-
XYZ5.145.12.01-
YUV62.96109.96139.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=46.20%
G=35.67%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79613100.230.610.6937.543.6421.57
Hex4F3D1F0173D45252c16
Octal117753702775105455426
Binary100111111110111111010111111101100010110010110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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