#482E1D

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

Shades of Morocco Brown #482E1D

Tints of Morocco Brown #482E1D

Color information

#482E1D (or 0x482E1D) is unknown color: approx Morocco Brown. HEX triplet: 48, 2E and 1D. RGB value is (72,46,29). Sum of RGB (Red+Green+Blue) = 72+46+29=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E1D is #B7D1E2. Grayscale: #333333. Windows color (decimal): -12046819 or 1912392. OLE color: 1912392.

HSL color Cylindrical-coordinate representation of color #482E1D: hue angle of 23.72º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482E1D is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB724629-
CMYK00.360.600.72
HSL23.72º42.57%19.8%-
HSV(B)23.72º59.72%28.24%-
XYZ3.873.421.62-
YUV51.84115.11142.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 29 (11.72% from 255) = 19.73%
R=48.98%
G=31.29%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72462900.360.600.7223.7242.5719.8
Hex482E1D0243C48182b14
Octal110563504474110305324
Binary100100010111011101010010011110010010001100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,46,29); }

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

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

 a { background-color: rgb(72,46,29); }

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

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

 span { border-color: rgb(72,46,29); }

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