#4A4407

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

Shades of Madras #4A4407

Tints of Madras #4A4407

Color information

#4A4407 (or 0x4A4407) is unknown color: approx Madras. HEX triplet: 4A, 44 and 07. RGB value is (74,68,7). Sum of RGB (Red+Green+Blue) = 74+68+7=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4407 is #B5BBF8. Grayscale: #3F3F3F. Windows color (decimal): -11910137 or 476234. OLE color: 476234.

HSL color Cylindrical-coordinate representation of color #4A4407: hue angle of 54.63º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A4407 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB74687-
CMYK00.080.910.71
HSL54.63º82.72%15.88%-
HSV(B)54.63º90.54%29.02%-
XYZ4.935.611.02-
YUV62.8496.49135.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.66%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=49.66%
G=45.64%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7468700.080.910.7154.6382.7215.88
Hex4A447085B47375310
Octal11210470101331076712320
Binary100101010001001110100010110111000111110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,68,7); }

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

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

 a { background-color: rgb(74,68,7); }

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

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

 span { border-color: rgb(74,68,7); }

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