Html Css Color HEX #48301F Morocco Brown

📋 copy color: '#48301F'

red 72 ◦ green 48 ◦ blue 31

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

Shades of Morocco Brown #48301F

Tints of Morocco Brown #48301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.79%

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

R = 47.68%
G = 31.79%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48301F (or 0x48301F) is known color: Morocco Brown. HEX triplet: 48, 30 and 1F. RGB value is (72,48,31). Sum of RGB (Red+Green+Blue) = 72+48+31=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48301F is #B7CFE0. Grayscale: #353535. Windows color (decimal): -12046305 or 2043976. OLE color: 2043976.

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

Color convert

RGB 72 48 31 -
CMYK 0 0.33 0.57 0.72
HSL 24.88º 0.4% 0.2% -
HSV(B) 24.88º 0.57% 0.28% -
XYZ 3.98 3.59 1.78 -
YUV 53.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 72 48 31 0 0.33 0.57 0.72 24.88 0.4 0.2
Hex 48 30 1F 0 21 39 48 19 28 14
Octal 110 60 37 0 41 71 110 31 50 24
Binary 1001000 110000 11111 0 100001 111001 1001000 11001 101000 10100

Color Harmonies of #48301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48301F

Black with #48301F

Text Example


Text Example

White with #48301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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