Html Css Color HEX #48271A Morocco Brown

📋 copy color: '#48271A'

red 72 ◦ green 39 ◦ blue 26

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

Shades of Morocco Brown #48271A

Tints of Morocco Brown #48271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.47%

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

R = 52.55%
G = 28.47%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48271A (or 0x48271A) is known color: Morocco Brown. HEX triplet: 48, 27 and 1A. RGB value is (72,39,26). Sum of RGB (Red+Green+Blue) = 72+39+26=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48271A is #B7D8E5. Grayscale: #2F2F2F. Windows color (decimal): -12048614 or 1713992. OLE color: 1713992.

HSL color Cylindrical-coordinate representation of color #48271A: hue angle of 16.96º 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 #48271A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 26 -
CMYK 0 0.46 0.64 0.72
HSL 16.96º 0.47% 0.19% -
HSV(B) 16.96º 0.64% 0.28% -
XYZ 3.58 2.9 1.35 -
YUV 47.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 72 39 26 0 0.46 0.64 0.72 16.96 0.47 0.19
Hex 48 27 1A 0 2E 40 48 11 2F 13
Octal 110 47 32 0 56 100 110 21 57 23
Binary 1001000 100111 11010 0 101110 1000000 1001000 10001 101111 10011

Color Harmonies of #48271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48271A

Black with #48271A

Text Example


Text Example

White with #48271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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