#4A4518

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

Shades of Madras #4A4518

Tints of Madras #4A4518

Color information

#4A4518 (or 0x4A4518) is unknown color: approx Madras. HEX triplet: 4A, 45 and 18. RGB value is (74,69,24). Sum of RGB (Red+Green+Blue) = 74+69+24=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4518 is #B5BAE7. Grayscale: #414141. Windows color (decimal): -11909864 or 1590602. OLE color: 1590602.

HSL color Cylindrical-coordinate representation of color #4A4518: hue angle of 54º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A4518 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB746924-
CMYK00.070.680.71
HSL54º51.02%19.22%-
HSV(B)54º67.57%29.02%-
XYZ5.125.781.71-
YUV65.36104.66134.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.31%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 24 (9.77% from 255) = 14.37%
R=44.31%
G=41.32%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74692400.070.680.715451.0219.22
Hex4A4518074447363313
Octal1121053007104107666323
Binary100101010001011100001111000100100011111011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,69,24); }

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

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

 a { background-color: rgb(74,69,24); }

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

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

 span { border-color: rgb(74,69,24); }

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