#4A4405

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

Shades of Madras #4A4405

Tints of Madras #4A4405

Color information

#4A4405 (or 0x4A4405) is unknown color: approx Madras. HEX triplet: 4A, 44 and 05. RGB value is (74,68,5). Sum of RGB (Red+Green+Blue) = 74+68+5=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4405 is #B5BBFA. Grayscale: #3E3E3E. Windows color (decimal): -11910139 or 345162. OLE color: 345162.

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

Color convert

RGB74685-
CMYK00.080.930.71
HSL54.78º87.34%15.49%-
HSV(B)54.78º93.24%29.02%-
XYZ4.925.60.97-
YUV62.6195.49136.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 50.34%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=50.34%
G=46.26%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7468500.080.930.7154.7887.3415.49
Hex4A445085D473757f
Octal11210450101351076712717
Binary10010101000100101010001011101100011111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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