#483124

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

Shades of Morocco Brown #483124

Tints of Morocco Brown #483124

Color information

#483124 (or 0x483124) is unknown color: approx Morocco Brown. HEX triplet: 48, 31 and 24. RGB value is (72,49,36). Sum of RGB (Red+Green+Blue) = 72+49+36=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483124 is #B7CEDB. Grayscale: #363636. Windows color (decimal): -12046044 or 2371912. OLE color: 2371912.

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

Color convert

RGB724936-
CMYK00.320.50.72
HSL21.67º33.33%21.18%-
HSV(B)21.67º50%28.24%-
XYZ4.093.72.17-
YUV54.4117.62140.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=45.86%
G=31.21%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72493600.320.50.7221.6733.3321.18
Hex4831240203248162115
Octal110614404062110264125
Binary1001000110001100100010000011001010010001011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483124; }

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

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

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

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

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

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

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

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