#482B1B

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

Shades of Morocco Brown #482B1B

Tints of Morocco Brown #482B1B

Color information

#482B1B (or 0x482B1B) is unknown color: approx Morocco Brown. HEX triplet: 48, 2B and 1B. RGB value is (72,43,27). Sum of RGB (Red+Green+Blue) = 72+43+27=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B1B is #B7D4E4. Grayscale: #313131. Windows color (decimal): -12047589 or 1780552. OLE color: 1780552.

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

Color convert

RGB724327-
CMYK00.400.620.72
HSL21.33º45.45%19.41%-
HSV(B)21.33º62.5%28.24%-
XYZ3.733.181.45-
YUV49.85115.11143.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=50.70%
G=30.28%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72432700.400.620.7221.3345.4519.41
Hex482B1B0283E48152d13
Octal110533305076110255523
Binary100100010101111011010100011111010010001010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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