#4F461A

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

Shades of Madras #4F461A

Tints of Madras #4F461A

Color information

#4F461A (or 0x4F461A) is unknown color: approx Madras. HEX triplet: 4F, 46 and 1A. RGB value is (79,70,26). Sum of RGB (Red+Green+Blue) = 79+70+26=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F461A is #B0B9E5. Grayscale: #434343. Windows color (decimal): -11581926 or 1721935. OLE color: 1721935.

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

Color convert

RGB797026-
CMYK00.110.670.69
HSL49.81º50.48%20.59%-
HSV(B)49.81º67.09%30.98%-
XYZ5.66.121.86-
YUV67.68104.48136.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.14%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=45.14%
G=40%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79702600.110.670.6949.8150.4820.59
Hex4F461A0B4345323215
Octal11710632013103105626225
Binary1001111100011011010010111000011100010111001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,26); }

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

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

 a { background-color: rgb(79,70,26); }

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

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

 span { border-color: rgb(79,70,26); }

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