#48281B

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

Shades of Morocco Brown #48281B

Tints of Morocco Brown #48281B

Color information

#48281B (or 0x48281B) is unknown color: approx Morocco Brown. HEX triplet: 48, 28 and 1B. RGB value is (72,40,27). Sum of RGB (Red+Green+Blue) = 72+40+27=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48281B is #B7D7E4. Grayscale: #303030. Windows color (decimal): -12048357 or 1779784. OLE color: 1779784.

HSL color Cylindrical-coordinate representation of color #48281B: hue angle of 17.33º 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 #48281B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB724027-
CMYK00.440.620.72
HSL17.33º45.45%19.41%-
HSV(B)17.33º62.5%28.24%-
XYZ3.632.971.42-
YUV48.09116.1145.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=51.80%
G=28.78%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72402700.440.620.7217.3345.4519.41
Hex48281B02C3E48112d13
Octal110503305476110215523
Binary100100010100011011010110011111010010001000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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