#4F4408

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

Shades of Madras #4F4408

Tints of Madras #4F4408

Color information

#4F4408 (or 0x4F4408) is unknown color: approx Madras. HEX triplet: 4F, 44 and 08. RGB value is (79,68,8). Sum of RGB (Red+Green+Blue) = 79+68+8=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4408 is #B0BBF7. Grayscale: #404040. Windows color (decimal): -11582456 or 541775. OLE color: 541775.

HSL color Cylindrical-coordinate representation of color #4F4408: hue angle of 50.7º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F4408 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB79688-
CMYK00.140.900.69
HSL50.7º81.61%17.06%-
HSV(B)50.7º89.87%30.98%-
XYZ5.345.811.07-
YUV64.4596.14138.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.97%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=50.97%
G=43.87%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7968800.140.900.6950.781.6117.06
Hex4F4480E5A45335211
Octal117104100161321056312221
Binary1001111100010010000111010110101000101110011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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