Html Css Color HEX #48291D Morocco Brown

📋 copy color: '#48291D'

red 72 ◦ green 41 ◦ blue 29

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

Shades of Morocco Brown #48291D

Tints of Morocco Brown #48291D

RGB

 RED value IS 72 (28.52% from 255) = 50.7%

 GREEN value IS 41 (16.41% from 255) = 28.87%

 BLUE value IS 29 (11.72% from 255) = 20.42%

R = 50.7%
G = 28.87%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48291D (or 0x48291D) is known color: Morocco Brown. HEX triplet: 48, 29 and 1D. RGB value is (72,41,29). Sum of RGB (Red+Green+Blue) = 72+41+29=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48291D is #B7D6E2. Grayscale: #303030. Windows color (decimal): -12048099 or 1911112. OLE color: 1911112.

HSL color Cylindrical-coordinate representation of color #48291D: hue angle of 16.74º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48291D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 29 -
CMYK 0 0.43 0.60 0.72
HSL 16.74º 0.43% 0.2% -
HSV(B) 16.74º 0.6% 0.28% -
XYZ 3.69 3.05 1.56 -
YUV 48.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 72 41 29 0 0.43 0.60 0.72 16.74 0.43 0.2
Hex 48 29 1D 0 2B 3C 48 11 2B 14
Octal 110 51 35 0 53 74 110 21 53 24
Binary 1001000 101001 11101 0 101011 111100 1001000 10001 101011 10100

Color Harmonies of #48291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48291D

Black with #48291D

Text Example


Text Example

White with #48291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48291D;
 }
 .AnyTagClassName
 {
   color: #48291D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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