#484116

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

Shades of Madras #484116

Tints of Madras #484116

Color information

#484116 (or 0x484116) is unknown color: approx Madras. HEX triplet: 48, 41 and 16. RGB value is (72,65,22). Sum of RGB (Red+Green+Blue) = 72+65+22=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #484116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484116 is #B7BEE9. Grayscale: #3E3E3E. Windows color (decimal): -12041962 or 1458504. OLE color: 1458504.

HSL color Cylindrical-coordinate representation of color #484116: hue angle of 51.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484116 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB726522-
CMYK00.100.690.72
HSL51.6º53.19%18.43%-
HSV(B)51.6º69.44%28.24%-
XYZ4.715.221.52-
YUV62.19105.32135-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=45.28%
G=40.88%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72652200.100.690.7251.653.1918.43
Hex4841160A4548343512
Octal11010126012105110646522
Binary1001000100000110110010101000101100100011010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484116; }

 p { color: rgb(72,65,22); }

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

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

 a { background-color: rgb(72,65,22); }

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

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

 span { border-color: rgb(72,65,22); }

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