#4F4320

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

Shades of Madras #4F4320

Tints of Madras #4F4320

Color information

#4F4320 (or 0x4F4320) is unknown color: approx Madras. HEX triplet: 4F, 43 and 20. RGB value is (79,67,32). Sum of RGB (Red+Green+Blue) = 79+67+32=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4320 is #B0BCDF. Grayscale: #424242. Windows color (decimal): -11582688 or 2114383. OLE color: 2114383.

HSL color Cylindrical-coordinate representation of color #4F4320: hue angle of 44.68º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F4320 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB796732-
CMYK00.150.590.69
HSL44.68º42.34%21.76%-
HSV(B)44.68º59.49%30.98%-
XYZ5.495.782.19-
YUV66.6108.48136.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=44.38%
G=37.64%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79673200.150.590.6944.6842.3421.76
Hex4F43200F3B452d2a16
Octal1171034001773105555226
Binary1001111100001110000001111111011100010110110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,67,32); }

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

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

 a { background-color: rgb(79,67,32); }

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

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

 span { border-color: rgb(79,67,32); }

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