Html Css Color HEX #48291E Morocco Brown

📋 copy color: '#48291E'

red 72 ◦ green 41 ◦ blue 30

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

Shades of Morocco Brown #48291E

Tints of Morocco Brown #48291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.98%

R = 50.35%
G = 28.67%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48291E (or 0x48291E) is known color: Morocco Brown. HEX triplet: 48, 29 and 1E. RGB value is (72,41,30). Sum of RGB (Red+Green+Blue) = 72+41+30=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #48291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48291E is #B7D6E1. Grayscale: #313131. Windows color (decimal): -12048098 or 1976648. OLE color: 1976648.

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

Color convert

RGB 72 41 30 -
CMYK 0 0.43 0.58 0.72
HSL 15.71º 0.41% 0.2% -
HSV(B) 15.71º 0.58% 0.28% -
XYZ 3.7 3.06 1.62 -
YUV 49.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 72 41 30 0 0.43 0.58 0.72 15.71 0.41 0.2
Hex 48 29 1E 0 2B 3A 48 10 29 14
Octal 110 51 36 0 53 72 110 20 51 24
Binary 1001000 101001 11110 0 101011 111010 1001000 10000 101001 10100

Color Harmonies of #48291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48291E

Black with #48291E

Text Example


Text Example

White with #48291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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