#48281F

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

Shades of Morocco Brown #48281F

Tints of Morocco Brown #48281F

Color information

#48281F (or 0x48281F) is unknown color: approx Morocco Brown. HEX triplet: 48, 28 and 1F. RGB value is (72,40,31). Sum of RGB (Red+Green+Blue) = 72+40+31=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #48281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48281F is #B7D7E0. Grayscale: #303030. Windows color (decimal): -12048353 or 2041928. OLE color: 2041928.

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

Color convert

RGB724031-
CMYK00.440.570.72
HSL13.17º39.81%20.2%-
HSV(B)13.17º56.94%28.24%-
XYZ3.682.991.68-
YUV48.54118.1144.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=50.35%
G=27.97%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72403100.440.570.7213.1739.8120.2
Hex48281F02C3948d2814
Octal110503705471110155024
Binary10010001010001111101011001110011001000110110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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