#482D1C

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

Shades of Morocco Brown #482D1C

Tints of Morocco Brown #482D1C

Color information

#482D1C (or 0x482D1C) is unknown color: approx Morocco Brown. HEX triplet: 48, 2D and 1C. RGB value is (72,45,28). Sum of RGB (Red+Green+Blue) = 72+45+28=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D1C is #B7D2E3. Grayscale: #333333. Windows color (decimal): -12047076 or 1846600. OLE color: 1846600.

HSL color Cylindrical-coordinate representation of color #482D1C: hue angle of 23.18º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482D1C is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB724528-
CMYK00.380.610.72
HSL23.18º44%19.61%-
HSV(B)23.18º61.11%28.24%-
XYZ3.823.341.54-
YUV51.14114.95142.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 45 (17.97% from 255) = 31.03%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=49.66%
G=31.03%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72452800.380.610.7223.184419.61
Hex482D1C0263D48172c14
Octal110553404675110275424
Binary100100010110111100010011011110110010001011110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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