#48391C

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

Shades of Madras #48391C

Tints of Madras #48391C

Color information

#48391C (or 0x48391C) is unknown color: approx Madras. HEX triplet: 48, 39 and 1C. RGB value is (72,57,28). Sum of RGB (Red+Green+Blue) = 72+57+28=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48391C is #B7C6E3. Grayscale: #3A3A3A. Windows color (decimal): -12044004 or 1849672. OLE color: 1849672.

HSL color Cylindrical-coordinate representation of color #48391C: hue angle of 39.55º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48391C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB725728-
CMYK00.210.610.72
HSL39.55º44%19.61%-
HSV(B)39.55º61.11%28.24%-
XYZ4.354.391.72-
YUV58.18110.97137.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=45.86%
G=36.31%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72572800.210.610.7239.554419.61
Hex48391C0153D48282c14
Octal110713402575110505424
Binary100100011100111100010101111101100100010100010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48391C; }

 p { color: rgb(72,57,28); }

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

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

 a { background-color: rgb(72,57,28); }

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

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

 span { border-color: rgb(72,57,28); }

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