#482615

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

Shades of Morocco Brown #482615

Tints of Morocco Brown #482615

Color information

#482615 (or 0x482615) is unknown color: approx Morocco Brown. HEX triplet: 48, 26 and 15. RGB value is (72,38,21). Sum of RGB (Red+Green+Blue) = 72+38+21=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482615 is #B7D9EA. Grayscale: #2E2E2E. Windows color (decimal): -12048875 or 1386056. OLE color: 1386056.

HSL color Cylindrical-coordinate representation of color #482615: hue angle of 20º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482615 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB723821-
CMYK00.470.710.72
HSL20º54.84%18.24%-
HSV(B)20º70.83%28.24%-
XYZ3.52.821.07-
YUV46.23113.76146.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=54.96%
G=29.01%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72382100.470.710.722054.8418.24
Hex48261502F4748143712
Octal1104625057107110246722
Binary1001000100110101010101111100011110010001010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482615; }

 p { color: rgb(72,38,21); }

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

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

 a { background-color: rgb(72,38,21); }

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

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

 span { border-color: rgb(72,38,21); }

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