#483120

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

Shades of Morocco Brown #483120

Tints of Morocco Brown #483120

Color information

#483120 (or 0x483120) is unknown color: approx Morocco Brown. HEX triplet: 48, 31 and 20. RGB value is (72,49,32). Sum of RGB (Red+Green+Blue) = 72+49+32=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483120 is #B7CEDF. Grayscale: #363636. Windows color (decimal): -12046048 or 2109768. OLE color: 2109768.

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

Color convert

RGB724932-
CMYK00.320.560.72
HSL25.5º38.46%20.39%-
HSV(B)25.5º55.56%28.24%-
XYZ4.033.681.86-
YUV53.94115.62140.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=47.06%
G=32.03%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72493200.320.560.7225.538.4620.39
Hex48312002038481a2614
Octal110614004070110324624
Binary1001000110001100000010000011100010010001101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483120; }

 p { color: rgb(72,49,32); }

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

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

 a { background-color: rgb(72,49,32); }

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

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

 span { border-color: rgb(72,49,32); }

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