#4F421B

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

Shades of Madras #4F421B

Tints of Madras #4F421B

Color information

#4F421B (or 0x4F421B) is unknown color: approx Madras. HEX triplet: 4F, 42 and 1B. RGB value is (79,66,27). Sum of RGB (Red+Green+Blue) = 79+66+27=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F421B is #B0BDE4. Grayscale: #414141. Windows color (decimal): -11582949 or 1786447. OLE color: 1786447.

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

Color convert

RGB796627-
CMYK00.160.660.69
HSL45º49.06%20.78%-
HSV(B)45º65.82%30.98%-
XYZ5.375.641.84-
YUV65.44106.31137.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.93%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=45.93%
G=38.37%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79662700.160.660.694549.0620.78
Hex4F421B01042452d3115
Octal11710233020102105556125
Binary10011111000010110110100001000010100010110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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