#48400F

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

Shades of Madras #48400F

Tints of Madras #48400F

Color information

#48400F (or 0x48400F) is unknown color: approx Madras. HEX triplet: 48, 40 and 0F. RGB value is (72,64,15). Sum of RGB (Red+Green+Blue) = 72+64+15=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48400F is #B7BFF0. Grayscale: #3D3D3D. Windows color (decimal): -12042225 or 999496. OLE color: 999496.

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

Color convert

RGB726415-
CMYK00.110.790.72
HSL51.58º65.52%17.06%-
HSV(B)51.58º79.17%28.24%-
XYZ4.595.081.19-
YUV60.81102.15135.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=47.68%
G=42.38%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72641500.110.790.7251.5865.5217.06
Hex4840F0B4F48344211
Octal110100170131171106410221
Binary1001000100000011110101110011111001000110100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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