#482F20

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

Shades of Morocco Brown #482F20

Tints of Morocco Brown #482F20

Color information

#482F20 (or 0x482F20) is unknown color: approx Morocco Brown. HEX triplet: 48, 2F and 20. RGB value is (72,47,32). Sum of RGB (Red+Green+Blue) = 72+47+32=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #482F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F20 is #B7D0DF. Grayscale: #343434. Windows color (decimal): -12046560 or 2109256. OLE color: 2109256.

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

Color convert

RGB724732-
CMYK00.350.560.72
HSL22.5º38.46%20.39%-
HSV(B)22.5º55.56%28.24%-
XYZ3.953.521.84-
YUV52.76116.28141.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=47.68%
G=31.13%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72473200.350.560.7222.538.4620.39
Hex482F200233848162614
Octal110574004370110264624
Binary1001000101111100000010001111100010010001011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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