Html Css Color HEX #48281C Morocco Brown

📋 copy color: '#48281C'

red 72 ◦ green 40 ◦ blue 28

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

Shades of Morocco Brown #48281C

Tints of Morocco Brown #48281C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20%

R = 51.43%
G = 28.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48281C (or 0x48281C) is known color: Morocco Brown. HEX triplet: 48, 28 and 1C. RGB value is (72,40,28). Sum of RGB (Red+Green+Blue) = 72+40+28=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48281C is #B7D7E3. Grayscale: #303030. Windows color (decimal): -12048356 or 1845320. OLE color: 1845320.

HSL color Cylindrical-coordinate representation of color #48281C: hue angle of 16.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48281C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 28 -
CMYK 0 0.44 0.61 0.72
HSL 16.36º 0.44% 0.2% -
HSV(B) 16.36º 0.61% 0.28% -
XYZ 3.64 2.98 1.48 -
YUV 48.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 72 40 28 0 0.44 0.61 0.72 16.36 0.44 0.2
Hex 48 28 1C 0 2C 3D 48 10 2C 14
Octal 110 50 34 0 54 75 110 20 54 24
Binary 1001000 101000 11100 0 101100 111101 1001000 10000 101100 10100

Color Harmonies of #48281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48281C

Black with #48281C

Text Example


Text Example

White with #48281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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