#4A4205

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

Shades of Madras #4A4205

Tints of Madras #4A4205

Color information

#4A4205 (or 0x4A4205) is unknown color: approx Madras. HEX triplet: 4A, 42 and 05. RGB value is (74,66,5). Sum of RGB (Red+Green+Blue) = 74+66+5=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4205 is #B5BDFA. Grayscale: #3D3D3D. Windows color (decimal): -11910651 or 344650. OLE color: 344650.

HSL color Cylindrical-coordinate representation of color #4A4205: hue angle of 53.04º 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 #4A4205 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB74665-
CMYK00.110.930.71
HSL53.04º87.34%15.49%-
HSV(B)53.04º93.24%29.02%-
XYZ4.85.360.93-
YUV61.4496.15136.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 51.03%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=51.03%
G=45.52%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7466500.110.930.7153.0487.3415.49
Hex4A4250B5D473557f
Octal11210250131351076512717
Binary10010101000010101010111011101100011111010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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