#482916

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

Shades of Morocco Brown #482916

Tints of Morocco Brown #482916

Color information

#482916 (or 0x482916) is unknown color: approx Morocco Brown. HEX triplet: 48, 29 and 16. RGB value is (72,41,22). Sum of RGB (Red+Green+Blue) = 72+41+22=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482916 is #B7D6E9. Grayscale: #303030. Windows color (decimal): -12048106 or 1452360. OLE color: 1452360.

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

Color convert

RGB724122-
CMYK00.430.690.72
HSL22.8º53.19%18.43%-
HSV(B)22.8º69.44%28.24%-
XYZ3.613.021.15-
YUV48.1113.27145.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=53.33%
G=30.37%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72412200.430.690.7222.853.1918.43
Hex48291602B4548173512
Octal1105126053105110276522
Binary1001000101001101100101011100010110010001011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482916; }

 p { color: rgb(72,41,22); }

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

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

 a { background-color: rgb(72,41,22); }

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

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

 span { border-color: rgb(72,41,22); }

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