#48400D

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

Shades of Madras #48400D

Tints of Madras #48400D

Color information

#48400D (or 0x48400D) is unknown color: approx Madras. HEX triplet: 48, 40 and 0D. RGB value is (72,64,13). Sum of RGB (Red+Green+Blue) = 72+64+13=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48400D is #B7BFF2. Grayscale: #3C3C3C. Windows color (decimal): -12042227 or 868424. OLE color: 868424.

HSL color Cylindrical-coordinate representation of color #48400D: hue angle of 51.86º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48400D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB726413-
CMYK00.110.820.72
HSL51.86º69.41%16.67%-
HSV(B)51.86º81.94%28.24%-
XYZ4.585.071.12-
YUV60.58101.15136.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=48.32%
G=42.95%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72641300.110.820.7251.8669.4116.67
Hex4840D0B5248344511
Octal110100150131221106410521
Binary1001000100000011010101110100101001000110100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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