#4F4024

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

Shades of Madras #4F4024

Tints of Madras #4F4024

Color information

#4F4024 (or 0x4F4024) is unknown color: approx Madras. HEX triplet: 4F, 40 and 24. RGB value is (79,64,36). Sum of RGB (Red+Green+Blue) = 79+64+36=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4024 is #B0BFDB. Grayscale: #414141. Windows color (decimal): -11583452 or 2375759. OLE color: 2375759.

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

Color convert

RGB796436-
CMYK00.190.540.69
HSL39.07º37.39%22.55%-
HSV(B)39.07º54.43%30.98%-
XYZ5.385.462.44-
YUV65.29111.47137.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.13%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 36 (14.45% from 255) = 20.11%
R=44.13%
G=35.75%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79643600.190.540.6939.0737.3922.55
Hex4F40240133645272517
Octal1171004402366105474527
Binary10011111000000100100010011110110100010110011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,64,36); }

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

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

 a { background-color: rgb(79,64,36); }

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

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

 span { border-color: rgb(79,64,36); }

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