#484016

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

Shades of Madras #484016

Tints of Madras #484016

Color information

#484016 (or 0x484016) is unknown color: approx Madras. HEX triplet: 48, 40 and 16. RGB value is (72,64,22). Sum of RGB (Red+Green+Blue) = 72+64+22=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #484016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484016 is #B7BFE9. Grayscale: #3D3D3D. Windows color (decimal): -12042218 or 1458248. OLE color: 1458248.

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

Color convert

RGB726422-
CMYK00.110.690.72
HSL50.4º53.19%18.43%-
HSV(B)50.4º69.44%28.24%-
XYZ4.655.11.5-
YUV61.6105.65135.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=45.57%
G=40.51%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72642200.110.690.7250.453.1918.43
Hex4840160B4548323512
Octal11010026013105110626522
Binary1001000100000010110010111000101100100011001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484016; }

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

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

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

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

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

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

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

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