#4F4208

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

Shades of Madras #4F4208

Tints of Madras #4F4208

Color information

#4F4208 (or 0x4F4208) is unknown color: approx Madras. HEX triplet: 4F, 42 and 08. RGB value is (79,66,8). Sum of RGB (Red+Green+Blue) = 79+66+8=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4208 is #B0BDF7. Grayscale: #3F3F3F. Windows color (decimal): -11582968 or 541263. OLE color: 541263.

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

Color convert

RGB79668-
CMYK00.160.900.69
HSL49.01º81.61%17.06%-
HSV(B)49.01º89.87%30.98%-
XYZ5.225.581.03-
YUV63.2896.81139.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.63%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=51.63%
G=43.14%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7966800.160.900.6949.0181.6117.06
Hex4F4280105A45315211
Octal117102100201321056112221
Binary10011111000010100001000010110101000101110001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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