#4A4017

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

Shades of Madras #4A4017

Tints of Madras #4A4017

Color information

#4A4017 (or 0x4A4017) is unknown color: approx Madras. HEX triplet: 4A, 40 and 17. RGB value is (74,64,23). Sum of RGB (Red+Green+Blue) = 74+64+23=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4017 is #B5BFE8. Grayscale: #3E3E3E. Windows color (decimal): -11911145 or 1523786. OLE color: 1523786.

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

Color convert

RGB746423-
CMYK00.140.690.71
HSL48.24º52.58%19.02%-
HSV(B)48.24º68.92%29.02%-
XYZ4.815.181.56-
YUV62.32105.81136.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.96%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=45.96%
G=39.75%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74642300.140.690.7148.2452.5819.02
Hex4A40170E4547303513
Octal11210027016105107606523
Binary1001010100000010111011101000101100011111000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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