#4F3F04

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

Shades of Madras #4F3F04

Tints of Madras #4F3F04

Color information

#4F3F04 (or 0x4F3F04) is unknown color: approx Madras. HEX triplet: 4F, 3F and 04. RGB value is (79,63,4). Sum of RGB (Red+Green+Blue) = 79+63+4=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3F04 is #B0C0FB. Grayscale: #3D3D3D. Windows color (decimal): -11583740 or 278351. OLE color: 278351.

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

Color convert

RGB79634-
CMYK00.200.950.69
HSL47.2º90.36%16.27%-
HSV(B)47.2º94.94%30.98%-
XYZ5.025.230.86-
YUV61.0695.8140.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.11%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=54.11%
G=43.15%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7963400.200.950.6947.290.3616.27
Hex4F3F40145F452f5a10
Octal1177740241371055713220
Binary100111111111110001010010111111000101101111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,63,4); }

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

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

 a { background-color: rgb(79,63,4); }

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

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

 span { border-color: rgb(79,63,4); }

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