Html Css Color HEX #48301E Morocco Brown

📋 copy color: '#48301E'

red 72 ◦ green 48 ◦ blue 30

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

Shades of Morocco Brown #48301E

Tints of Morocco Brown #48301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

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

R = 48%
G = 32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48301E (or 0x48301E) is known color: Morocco Brown. HEX triplet: 48, 30 and 1E. RGB value is (72,48,30). Sum of RGB (Red+Green+Blue) = 72+48+30=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48301E is #B7CFE1. Grayscale: #353535. Windows color (decimal): -12046306 or 1978440. OLE color: 1978440.

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

Color convert

RGB 72 48 30 -
CMYK 0 0.33 0.58 0.72
HSL 25.71º 0.41% 0.2% -
HSV(B) 25.71º 0.58% 0.28% -
XYZ 3.96 3.59 1.71 -
YUV 53.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 72 48 30 0 0.33 0.58 0.72 25.71 0.41 0.2
Hex 48 30 1E 0 21 3A 48 1A 29 14
Octal 110 60 36 0 41 72 110 32 51 24
Binary 1001000 110000 11110 0 100001 111010 1001000 11010 101001 10100

Color Harmonies of #48301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48301E

Black with #48301E

Text Example


Text Example

White with #48301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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