#48451B

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

Shades of Madras #48451B

Tints of Madras #48451B

Color information

#48451B (or 0x48451B) is unknown color: approx Madras. HEX triplet: 48, 45 and 1B. RGB value is (72,69,27). Sum of RGB (Red+Green+Blue) = 72+69+27=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48451B is #B7BAE4. Grayscale: #414141. Windows color (decimal): -12040933 or 1787208. OLE color: 1787208.

HSL color Cylindrical-coordinate representation of color #48451B: hue angle of 56º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48451B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB726927-
CMYK00.040.620.72
HSL56º45.45%19.41%-
HSV(B)56º62.5%28.24%-
XYZ55.711.88-
YUV65.11106.49132.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=42.86%
G=41.07%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72692700.040.620.725645.4519.41
Hex48451B043E48382d13
Octal110105330476110705523
Binary10010001000101110110100111110100100011100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,69,27); }

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

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

 a { background-color: rgb(72,69,27); }

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

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

 span { border-color: rgb(72,69,27); }

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