Html Css Color HEX #48281D Morocco Brown

📋 copy color: '#48281D'

red 72 ◦ green 40 ◦ blue 29

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

Shades of Morocco Brown #48281D

Tints of Morocco Brown #48281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

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

R = 51.06%
G = 28.37%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48281D (or 0x48281D) is known color: Morocco Brown. HEX triplet: 48, 28 and 1D. RGB value is (72,40,29). Sum of RGB (Red+Green+Blue) = 72+40+29=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48281D is #B7D7E2. Grayscale: #303030. Windows color (decimal): -12048355 or 1910856. OLE color: 1910856.

HSL color Cylindrical-coordinate representation of color #48281D: hue angle of 15.35º 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 #48281D is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 29 -
CMYK 0 0.44 0.60 0.72
HSL 15.35º 0.43% 0.2% -
HSV(B) 15.35º 0.6% 0.28% -
XYZ 3.65 2.98 1.55 -
YUV 48.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 72 40 29 0 0.44 0.60 0.72 15.35 0.43 0.2
Hex 48 28 1D 0 2C 3C 48 F 2B 14
Octal 110 50 35 0 54 74 110 17 53 24
Binary 1001000 101000 11101 0 101100 111100 1001000 1111 101011 10100

Color Harmonies of #48281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48281D

Black with #48281D

Text Example


Text Example

White with #48281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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