#482D1D

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

Shades of Morocco Brown #482D1D

Tints of Morocco Brown #482D1D

Color information

#482D1D (or 0x482D1D) is unknown color: approx Morocco Brown. HEX triplet: 48, 2D and 1D. RGB value is (72,45,29). Sum of RGB (Red+Green+Blue) = 72+45+29=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D1D is #B7D2E2. Grayscale: #333333. Windows color (decimal): -12047075 or 1912136. OLE color: 1912136.

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

Color convert

RGB724529-
CMYK00.380.600.72
HSL22.33º42.57%19.8%-
HSV(B)22.33º59.72%28.24%-
XYZ3.833.341.61-
YUV51.25115.45142.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 45 (17.97% from 255) = 30.82%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=49.32%
G=30.82%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72452900.380.600.7222.3342.5719.8
Hex482D1D0263C48162b14
Octal110553504674110265324
Binary100100010110111101010011011110010010001011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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