#48401D

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

Shades of Madras #48401D

Tints of Madras #48401D

Color information

#48401D (or 0x48401D) is unknown color: approx Madras. HEX triplet: 48, 40 and 1D. RGB value is (72,64,29). Sum of RGB (Red+Green+Blue) = 72+64+29=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48401D is #B7BFE2. Grayscale: #3E3E3E. Windows color (decimal): -12042211 or 1917000. OLE color: 1917000.

HSL color Cylindrical-coordinate representation of color #48401D: hue angle of 48.84º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48401D is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB726429-
CMYK00.110.600.72
HSL48.84º42.57%19.8%-
HSV(B)48.84º59.72%28.24%-
XYZ4.735.131.9-
YUV62.4109.15134.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=43.64%
G=38.79%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72642900.110.600.7248.8442.5719.8
Hex48401D0B3C48312b14
Octal1101003501374110615324
Binary100100010000001110101011111100100100011000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48401D; }

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

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

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

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

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

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

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

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