#4F4105

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

Shades of Madras #4F4105

Tints of Madras #4F4105

Color information

#4F4105 (or 0x4F4105) is unknown color: approx Madras. HEX triplet: 4F, 41 and 05. RGB value is (79,65,5). Sum of RGB (Red+Green+Blue) = 79+65+5=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4105 is #B0BEFA. Grayscale: #3E3E3E. Windows color (decimal): -11583227 or 344399. OLE color: 344399.

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

Color convert

RGB79655-
CMYK00.180.940.69
HSL48.65º88.1%16.47%-
HSV(B)48.65º93.67%30.98%-
XYZ5.145.450.93-
YUV62.3595.64139.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.02%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=53.02%
G=43.62%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7965500.180.940.6948.6588.116.47
Hex4F4150125E45315810
Octal11710150221361056113020
Binary1001111100000110101001010111101000101110001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,5); }

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

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

 a { background-color: rgb(79,65,5); }

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

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

 span { border-color: rgb(79,65,5); }

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