#4F4714

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

Shades of Madras #4F4714

Tints of Madras #4F4714

Color information

#4F4714 (or 0x4F4714) is unknown color: approx Madras. HEX triplet: 4F, 47 and 14. RGB value is (79,71,20). Sum of RGB (Red+Green+Blue) = 79+71+20=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4714 is #B0B8EB. Grayscale: #434343. Windows color (decimal): -11581676 or 1328975. OLE color: 1328975.

HSL color Cylindrical-coordinate representation of color #4F4714: hue angle of 51.86º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F4714 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB797120-
CMYK00.100.750.69
HSL51.86º59.6%19.41%-
HSV(B)51.86º74.68%30.98%-
XYZ5.66.221.57-
YUV67.58101.15136.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.47%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=46.47%
G=41.76%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79712000.100.750.6951.8659.619.41
Hex4F47140A4B45343c13
Octal11710724012113105647423
Binary1001111100011110100010101001011100010111010011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,20); }

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

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

 a { background-color: rgb(79,71,20); }

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

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

 span { border-color: rgb(79,71,20); }

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