#48281E

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

Shades of Morocco Brown #48281E

Tints of Morocco Brown #48281E

Color information

#48281E (or 0x48281E) is unknown color: approx Morocco Brown. HEX triplet: 48, 28 and 1E. RGB value is (72,40,30). Sum of RGB (Red+Green+Blue) = 72+40+30=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48281E is #B7D7E1. Grayscale: #303030. Windows color (decimal): -12048354 or 1976392. OLE color: 1976392.

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

Color convert

RGB724030-
CMYK00.440.580.72
HSL14.29º41.18%20%-
HSV(B)14.29º58.33%28.24%-
XYZ3.672.991.61-
YUV48.43117.6144.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=50.70%
G=28.17%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72403000.440.580.7214.2941.1820
Hex48281E02C3A48e2914
Octal110503605472110165124
Binary10010001010001111001011001110101001000111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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