#4A4005

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

Shades of Madras #4A4005

Tints of Madras #4A4005

Color information

#4A4005 (or 0x4A4005) is unknown color: approx Madras. HEX triplet: 4A, 40 and 05. RGB value is (74,64,5). Sum of RGB (Red+Green+Blue) = 74+64+5=143 (18% of max value = 765). Red value is 74 (29.30% from 255 or 51.75% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4005 is #B5BFFA. Grayscale: #3C3C3C. Windows color (decimal): -11911163 or 344138. OLE color: 344138.

HSL color Cylindrical-coordinate representation of color #4A4005: hue angle of 51.3º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A4005 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB74645-
CMYK00.140.930.71
HSL51.3º87.34%15.49%-
HSV(B)51.3º93.24%29.02%-
XYZ4.685.130.89-
YUV60.2696.81137.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 51.75%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=51.75%
G=44.76%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7464500.140.930.7151.387.3415.49
Hex4A4050E5D473357f
Octal11210050161351076312717
Binary10010101000000101011101011101100011111001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,64,5); }

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

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

 a { background-color: rgb(74,64,5); }

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

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

 span { border-color: rgb(74,64,5); }

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