Html Css Color HEX #48271B Morocco Brown

📋 copy color: '#48271B'

red 72 ◦ green 39 ◦ blue 27

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

Shades of Morocco Brown #48271B

Tints of Morocco Brown #48271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 52.17%
G = 28.26%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48271B (or 0x48271B) is known color: Morocco Brown. HEX triplet: 48, 27 and 1B. RGB value is (72,39,27). Sum of RGB (Red+Green+Blue) = 72+39+27=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48271B is #B7D8E4. Grayscale: #2F2F2F. Windows color (decimal): -12048613 or 1779528. OLE color: 1779528.

HSL color Cylindrical-coordinate representation of color #48271B: hue angle of 16º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48271B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 27 -
CMYK 0 0.46 0.62 0.72
HSL 16º 0.45% 0.19% -
HSV(B) 16º 0.63% 0.28% -
XYZ 3.6 2.91 1.41 -
YUV 47.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 72 39 27 0 0.46 0.62 0.72 16 0.45 0.19
Hex 48 27 1B 0 2E 3E 48 10 2D 13
Octal 110 47 33 0 56 76 110 20 55 23
Binary 1001000 100111 11011 0 101110 111110 1001000 10000 101101 10011

Color Harmonies of #48271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48271B

Black with #48271B

Text Example


Text Example

White with #48271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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