#4F421A

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

Shades of Madras #4F421A

Tints of Madras #4F421A

Color information

#4F421A (or 0x4F421A) is unknown color: approx Madras. HEX triplet: 4F, 42 and 1A. RGB value is (79,66,26). Sum of RGB (Red+Green+Blue) = 79+66+26=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F421A is #B0BDE5. Grayscale: #414141. Windows color (decimal): -11582950 or 1720911. OLE color: 1720911.

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

Color convert

RGB796626-
CMYK00.160.670.69
HSL45.28º50.48%20.59%-
HSV(B)45.28º67.09%30.98%-
XYZ5.365.631.78-
YUV65.33105.81137.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=46.20%
G=38.60%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79662600.160.670.6945.2850.4820.59
Hex4F421A01043452d3215
Octal11710232020103105556225
Binary10011111000010110100100001000011100010110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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