#484011

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

Shades of Madras #484011

Tints of Madras #484011

Color information

#484011 (or 0x484011) is unknown color: approx Madras. HEX triplet: 48, 40 and 11. RGB value is (72,64,17). Sum of RGB (Red+Green+Blue) = 72+64+17=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #484011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484011 is #B7BFEE. Grayscale: #3D3D3D. Windows color (decimal): -12042223 or 1130568. OLE color: 1130568.

HSL color Cylindrical-coordinate representation of color #484011: hue angle of 51.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #484011 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB726417-
CMYK00.110.760.72
HSL51.27º61.8%17.45%-
HSV(B)51.27º76.39%28.24%-
XYZ4.615.081.27-
YUV61.03103.15135.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=47.06%
G=41.83%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72641700.110.760.7251.2761.817.45
Hex4840110B4C48333e11
Octal11010021013114110637621
Binary1001000100000010001010111001100100100011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484011; }

 p { color: rgb(72,64,17); }

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

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

 a { background-color: rgb(72,64,17); }

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

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

 span { border-color: rgb(72,64,17); }

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