#48291C

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

Shades of Morocco Brown #48291C

Tints of Morocco Brown #48291C

Color information

#48291C (or 0x48291C) is unknown color: approx Morocco Brown. HEX triplet: 48, 29 and 1C. RGB value is (72,41,28). Sum of RGB (Red+Green+Blue) = 72+41+28=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48291C is #B7D6E3. Grayscale: #303030. Windows color (decimal): -12048100 or 1845576. OLE color: 1845576.

HSL color Cylindrical-coordinate representation of color #48291C: hue angle of 17.73º 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 #48291C is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB724128-
CMYK00.430.610.72
HSL17.73º44%19.61%-
HSV(B)17.73º61.11%28.24%-
XYZ3.683.051.49-
YUV48.79116.27144.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=51.06%
G=29.08%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72412800.430.610.7217.734419.61
Hex48291C02B3D48122c14
Octal110513405375110225424
Binary100100010100111100010101111110110010001001010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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