#48271E

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

Shades of Morocco Brown #48271E

Tints of Morocco Brown #48271E

Color information

#48271E (or 0x48271E) is unknown color: approx Morocco Brown. HEX triplet: 48, 27 and 1E. RGB value is (72,39,30). Sum of RGB (Red+Green+Blue) = 72+39+30=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48271E is #B7D8E1. Grayscale: #2F2F2F. Windows color (decimal): -12048610 or 1976136. OLE color: 1976136.

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

Color convert

RGB723930-
CMYK00.460.580.72
HSL12.86º41.18%20%-
HSV(B)12.86º58.33%28.24%-
XYZ3.632.921.6-
YUV47.84117.93145.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=51.06%
G=27.66%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72393000.460.580.7212.8641.1820
Hex48271E02E3A48d2914
Octal110473605672110155124
Binary10010001001111111001011101110101001000110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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