#482A20

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

Shades of Morocco Brown #482A20

Tints of Morocco Brown #482A20

Color information

#482A20 (or 0x482A20) is unknown color: approx Morocco Brown. HEX triplet: 48, 2A and 20. RGB value is (72,42,32). Sum of RGB (Red+Green+Blue) = 72+42+32=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A20 is #B7D5DF. Grayscale: #313131. Windows color (decimal): -12047840 or 2107976. OLE color: 2107976.

HSL color Cylindrical-coordinate representation of color #482A20: hue angle of 15º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482A20 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB724232-
CMYK00.420.560.72
HSL15º38.46%20.39%-
HSV(B)15º55.56%28.24%-
XYZ3.763.141.77-
YUV49.83117.94143.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=49.32%
G=28.77%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72423200.420.560.721538.4620.39
Hex482A2002A3848f2614
Octal110524005270110174624
Binary100100010101010000001010101110001001000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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