#48281C

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

Shades of Morocco Brown #48281C

Tints of Morocco Brown #48281C

Color information

#48281C (or 0x48281C) is unknown color: approx Morocco Brown. HEX triplet: 48, 28 and 1C. RGB value is (72,40,28). Sum of RGB (Red+Green+Blue) = 72+40+28=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48281C is #B7D7E3. Grayscale: #303030. Windows color (decimal): -12048356 or 1845320. OLE color: 1845320.

HSL color Cylindrical-coordinate representation of color #48281C: hue angle of 16.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48281C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB724028-
CMYK00.440.610.72
HSL16.36º44%19.61%-
HSV(B)16.36º61.11%28.24%-
XYZ3.642.981.48-
YUV48.2116.6144.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 40 (16.02% from 255) = 28.57%
BLUE value IS 28 (11.33% from 255) = 20%
R=51.43%
G=28.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72402800.440.610.7216.364419.61
Hex48281C02C3D48102c14
Octal110503405475110205424
Binary100100010100011100010110011110110010001000010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48281C; }

 p { color: rgb(72,40,28); }

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

<style>
 a { background-color: #48281C; }

 a { background-color: rgb(72,40,28); }

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

<style>
 span { border-color: #48281C; }

 span { border-color: rgb(72,40,28); }

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