Html Css Color HEX #48291C Morocco Brown

📋 copy color: '#48291C'

red 72 ◦ green 41 ◦ blue 28

#48291C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #48291C

Tints of Morocco Brown #48291C

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 value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48291C (or 0x48291C) is known color: 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

RGB 72 41 28 -
CMYK 0 0.43 0.61 0.72
HSL 17.73º 0.44% 0.2% -
HSV(B) 17.73º 0.61% 0.28% -
XYZ 3.68 3.05 1.49 -
YUV 48.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 72 41 28 0 0.43 0.61 0.72 17.73 0.44 0.2
Hex 48 29 1C 0 2B 3D 48 12 2C 14
Octal 110 51 34 0 53 75 110 22 54 24
Binary 1001000 101001 11100 0 101011 111101 1001000 10010 101100 10100

Color Harmonies of #48291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48291C

Black with #48291C

Text Example


Text Example

White with #48291C

Text Example


Text Example

HTML Codes & Css Web 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>