#48301F

Color #48301F Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #48301F

Tints of Morocco Brown #48301F

Color information

#48301F (or 0x48301F) is unknown color: approx Morocco Brown. HEX triplet: 48, 30 and 1F. RGB value is (72,48,31). Sum of RGB (Red+Green+Blue) = 72+48+31=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48301F is #B7CFE0. Grayscale: #353535. Windows color (decimal): -12046305 or 2043976. OLE color: 2043976.

HSL color Cylindrical-coordinate representation of color #48301F: hue angle of 24.88º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48301F is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB724831-
CMYK00.330.570.72
HSL24.88º39.81%20.2%-
HSV(B)24.88º56.94%28.24%-
XYZ3.983.591.78-
YUV53.24115.45141.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=47.68%
G=31.79%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72483100.330.570.7224.8839.8120.2
Hex48301F0213948192814
Octal110603704171110315024
Binary100100011000011111010000111100110010001100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48301F;
 }
 .AnyTagClassName
 {
   color: #48301F;
 }
</style>
background-color css

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

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

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

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

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

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