Html Css Color HEX #48291A Morocco Brown

📋 copy color: '#48291A'

red 72 ◦ green 41 ◦ blue 26

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

Shades of Morocco Brown #48291A

Tints of Morocco Brown #48291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 51.8%
G = 29.5%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48291A (or 0x48291A) is known color: Morocco Brown. HEX triplet: 48, 29 and 1A. RGB value is (72,41,26). Sum of RGB (Red+Green+Blue) = 72+41+26=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48291A is #B7D6E5. Grayscale: #303030. Windows color (decimal): -12048102 or 1714504. OLE color: 1714504.

HSL color Cylindrical-coordinate representation of color #48291A: hue angle of 19.57º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48291A is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 26 -
CMYK 0 0.43 0.64 0.72
HSL 19.57º 0.47% 0.19% -
HSV(B) 19.57º 0.64% 0.28% -
XYZ 3.65 3.04 1.37 -
YUV 48.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 72 41 26 0 0.43 0.64 0.72 19.57 0.47 0.19
Hex 48 29 1A 0 2B 40 48 14 2F 13
Octal 110 51 32 0 53 100 110 24 57 23
Binary 1001000 101001 11010 0 101011 1000000 1001000 10100 101111 10011

Color Harmonies of #48291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48291A

Black with #48291A

Text Example


Text Example

White with #48291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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