Html Css Color HEX #48281E Morocco Brown

📋 copy color: '#48281E'

red 72 ◦ green 40 ◦ blue 30

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

Shades of Morocco Brown #48281E

Tints of Morocco Brown #48281E

RGB

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

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

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

R = 50.7%
G = 28.17%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48281E (or 0x48281E) is known color: Morocco Brown. HEX triplet: 48, 28 and 1E. RGB value is (72,40,30). Sum of RGB (Red+Green+Blue) = 72+40+30=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48281E is #B7D7E1. Grayscale: #303030. Windows color (decimal): -12048354 or 1976392. OLE color: 1976392.

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

Color convert

RGB 72 40 30 -
CMYK 0 0.44 0.58 0.72
HSL 14.29º 0.41% 0.2% -
HSV(B) 14.29º 0.58% 0.28% -
XYZ 3.67 2.99 1.61 -
YUV 48.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 72 40 30 0 0.44 0.58 0.72 14.29 0.41 0.2
Hex 48 28 1E 0 2C 3A 48 E 29 14
Octal 110 50 36 0 54 72 110 16 51 24
Binary 1001000 101000 11110 0 101100 111010 1001000 1110 101001 10100

Color Harmonies of #48281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48281E

Black with #48281E

Text Example


Text Example

White with #48281E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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