#484018

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

Shades of Madras #484018

Tints of Madras #484018

Color information

#484018 (or 0x484018) is unknown color: approx Madras. HEX triplet: 48, 40 and 18. RGB value is (72,64,24). Sum of RGB (Red+Green+Blue) = 72+64+24=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484018 is #B7BFE7. Grayscale: #3E3E3E. Windows color (decimal): -12042216 or 1589320. OLE color: 1589320.

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

Color convert

RGB726424-
CMYK00.110.670.72
HSL50º50%18.82%-
HSV(B)50º66.67%28.24%-
XYZ4.675.111.6-
YUV61.83106.65135.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 24 (9.77% from 255) = 15%
R=45%
G=40%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72642400.110.670.72505018.82
Hex4840180B4348323213
Octal11010030013103110626223
Binary1001000100000011000010111000011100100011001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484018; }

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

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

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

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

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

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

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

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