#484411

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

Shades of Madras #484411

Tints of Madras #484411

Color information

#484411 (or 0x484411) is unknown color: approx Madras. HEX triplet: 48, 44 and 11. RGB value is (72,68,17). Sum of RGB (Red+Green+Blue) = 72+68+17=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #484411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484411 is #B7BBEE. Grayscale: #3F3F3F. Windows color (decimal): -12041199 or 1131592. OLE color: 1131592.

HSL color Cylindrical-coordinate representation of color #484411: hue angle of 55.64º 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 #484411 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB726817-
CMYK00.060.760.72
HSL55.64º61.8%17.45%-
HSV(B)55.64º76.39%28.24%-
XYZ4.845.551.35-
YUV63.38101.83134.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=45.86%
G=43.31%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72681700.060.760.7255.6461.817.45
Hex484411064C48383e11
Octal1101042106114110707621
Binary100100010001001000101101001100100100011100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484411; }

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

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

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

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

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

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

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

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