#4F4414

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

Shades of Madras #4F4414

Tints of Madras #4F4414

Color information

#4F4414 (or 0x4F4414) is unknown color: approx Madras. HEX triplet: 4F, 44 and 14. RGB value is (79,68,20). Sum of RGB (Red+Green+Blue) = 79+68+20=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4414 is #B0BBEB. Grayscale: #424242. Windows color (decimal): -11582444 or 1328207. OLE color: 1328207.

HSL color Cylindrical-coordinate representation of color #4F4414: hue angle of 48.81º 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 #4F4414 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB796820-
CMYK00.140.750.69
HSL48.81º59.6%19.41%-
HSV(B)48.81º74.68%30.98%-
XYZ5.425.851.5-
YUV65.82102.14137.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=47.31%
G=40.72%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79682000.140.750.6948.8159.619.41
Hex4F44140E4B45313c13
Octal11710424016113105617423
Binary1001111100010010100011101001011100010111000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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