#48271C

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

Shades of Morocco Brown #48271C

Tints of Morocco Brown #48271C

Color information

#48271C (or 0x48271C) is unknown color: approx Morocco Brown. HEX triplet: 48, 27 and 1C. RGB value is (72,39,28). Sum of RGB (Red+Green+Blue) = 72+39+28=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48271C is #B7D8E3. Grayscale: #2F2F2F. Windows color (decimal): -12048612 or 1845064. OLE color: 1845064.

HSL color Cylindrical-coordinate representation of color #48271C: hue angle of 15º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48271C is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB723928-
CMYK00.460.610.72
HSL15º44%19.61%-
HSV(B)15º61.11%28.24%-
XYZ3.612.911.47-
YUV47.61116.93145.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=51.80%
G=28.06%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72392800.460.610.72154419.61
Hex48271C02E3D48f2c14
Octal110473405675110175424
Binary10010001001111110001011101111011001000111110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48271C; }

 p { color: rgb(72,39,28); }

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

<style>
 a { background-color: #48271C; }

 a { background-color: rgb(72,39,28); }

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

<style>
 span { border-color: #48271C; }

 span { border-color: rgb(72,39,28); }

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