#482A1B

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

Shades of Morocco Brown #482A1B

Tints of Morocco Brown #482A1B

Color information

#482A1B (or 0x482A1B) is unknown color: approx Morocco Brown. HEX triplet: 48, 2A and 1B. RGB value is (72,42,27). Sum of RGB (Red+Green+Blue) = 72+42+27=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A1B is #B7D5E4. Grayscale: #313131. Windows color (decimal): -12047845 or 1780296. OLE color: 1780296.

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

Color convert

RGB724227-
CMYK00.420.620.72
HSL20º45.45%19.41%-
HSV(B)20º62.5%28.24%-
XYZ3.73.111.44-
YUV49.26115.44144.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=51.06%
G=29.79%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72422700.420.620.722045.4519.41
Hex482A1B02A3E48142d13
Octal110523305276110245523
Binary100100010101011011010101011111010010001010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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