#4F3F01

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

Shades of Madras #4F3F01

Tints of Madras #4F3F01

Color information

#4F3F01 (or 0x4F3F01) is unknown color: approx Madras. HEX triplet: 4F, 3F and 01. RGB value is (79,63,1). Sum of RGB (Red+Green+Blue) = 79+63+1=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3F01 is #B0C0FE. Grayscale: #3C3C3C. Windows color (decimal): -11583743 or 81743. OLE color: 81743.

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

Color convert

RGB79631-
CMYK00.200.990.69
HSL47.69º97.5%15.69%-
HSV(B)47.69º98.73%30.98%-
XYZ5.015.220.77-
YUV60.7294.3141.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.24%
GREEN value IS 63 (25% from 255) = 44.06%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=55.24%
G=44.06%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7963100.200.990.6947.6997.515.69
Hex4F3F10146345306210
Octal1177710241431056014220
Binary1001111111111101010011000111000101110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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