Html Css Color HEX #48271E Morocco Brown

📋 copy color: '#48271E'

red 72 ◦ green 39 ◦ blue 30

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

Shades of Morocco Brown #48271E

Tints of Morocco Brown #48271E

RGB

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

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

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

R = 51.06%
G = 27.66%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48271E (or 0x48271E) is known color: Morocco Brown. HEX triplet: 48, 27 and 1E. RGB value is (72,39,30). Sum of RGB (Red+Green+Blue) = 72+39+30=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48271E is #B7D8E1. Grayscale: #2F2F2F. Windows color (decimal): -12048610 or 1976136. OLE color: 1976136.

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

Color convert

RGB 72 39 30 -
CMYK 0 0.46 0.58 0.72
HSL 12.86º 0.41% 0.2% -
HSV(B) 12.86º 0.58% 0.28% -
XYZ 3.63 2.92 1.6 -
YUV 47.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 72 39 30 0 0.46 0.58 0.72 12.86 0.41 0.2
Hex 48 27 1E 0 2E 3A 48 D 29 14
Octal 110 47 36 0 56 72 110 15 51 24
Binary 1001000 100111 11110 0 101110 111010 1001000 1101 101001 10100

Color Harmonies of #48271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48271E

Black with #48271E

Text Example


Text Example

White with #48271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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