#48390B

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

Shades of Madras #48390B

Tints of Madras #48390B

Color information

#48390B (or 0x48390B) is unknown color: approx Madras. HEX triplet: 48, 39 and 0B. RGB value is (72,57,11). Sum of RGB (Red+Green+Blue) = 72+57+11=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48390B is #B7C6F4. Grayscale: #383838. Windows color (decimal): -12044021 or 735560. OLE color: 735560.

HSL color Cylindrical-coordinate representation of color #48390B: hue angle of 45.25º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48390B is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB725711-
CMYK00.210.850.72
HSL45.25º73.49%16.27%-
HSV(B)45.25º84.72%28.24%-
XYZ4.24.330.93-
YUV56.24102.47139.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=51.43%
G=40.71%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72571100.210.850.7245.2573.4916.27
Hex4839B01555482d4910
Octal11071130251251105511120
Binary1001000111001101101010110101011001000101101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48390B; }

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

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

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

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

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

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

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

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