Html Css Color HEX #48291F Morocco Brown

📋 copy color: '#48291F'

red 72 ◦ green 41 ◦ blue 31

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

Shades of Morocco Brown #48291F

Tints of Morocco Brown #48291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 50%
G = 28.47%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48291F (or 0x48291F) is known color: Morocco Brown. HEX triplet: 48, 29 and 1F. RGB value is (72,41,31). Sum of RGB (Red+Green+Blue) = 72+41+31=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #48291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48291F is #B7D6E0. Grayscale: #313131. Windows color (decimal): -12048097 or 2042184. OLE color: 2042184.

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

Color convert

RGB 72 41 31 -
CMYK 0 0.43 0.57 0.72
HSL 14.63º 0.4% 0.2% -
HSV(B) 14.63º 0.57% 0.28% -
XYZ 3.71 3.06 1.69 -
YUV 49.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 72 41 31 0 0.43 0.57 0.72 14.63 0.4 0.2
Hex 48 29 1F 0 2B 39 48 F 28 14
Octal 110 51 37 0 53 71 110 17 50 24
Binary 1001000 101001 11111 0 101011 111001 1001000 1111 101000 10100

Color Harmonies of #48291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48291F

Black with #48291F

Text Example


Text Example

White with #48291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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