#482A16

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

Shades of Morocco Brown #482A16

Tints of Morocco Brown #482A16

Color information

#482A16 (or 0x482A16) is unknown color: approx Morocco Brown. HEX triplet: 48, 2A and 16. RGB value is (72,42,22). Sum of RGB (Red+Green+Blue) = 72+42+22=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A16 is #B7D5E9. Grayscale: #303030. Windows color (decimal): -12047850 or 1452616. OLE color: 1452616.

HSL color Cylindrical-coordinate representation of color #482A16: hue angle of 24º 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 #482A16 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB724222-
CMYK00.420.690.72
HSL24º53.19%18.43%-
HSV(B)24º69.44%28.24%-
XYZ3.653.091.16-
YUV48.69112.94144.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 42 (16.80% from 255) = 30.88%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=52.94%
G=30.88%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72422200.420.690.722453.1918.43
Hex482A1602A4548183512
Octal1105226052105110306522
Binary1001000101010101100101010100010110010001100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A16; }

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

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

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

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

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

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

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

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