#482E24

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

Shades of Morocco Brown #482E24

Tints of Morocco Brown #482E24

Color information

#482E24 (or 0x482E24) is unknown color: approx Morocco Brown. HEX triplet: 48, 2E and 24. RGB value is (72,46,36). Sum of RGB (Red+Green+Blue) = 72+46+36=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #482E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E24 is #B7D1DB. Grayscale: #343434. Windows color (decimal): -12046812 or 2371144. OLE color: 2371144.

HSL color Cylindrical-coordinate representation of color #482E24: hue angle of 16.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 #482E24 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB724636-
CMYK00.360.50.72
HSL16.67º33.33%21.18%-
HSV(B)16.67º50%28.24%-
XYZ3.973.462.13-
YUV52.63118.61141.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=46.75%
G=29.87%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72463600.360.50.7216.6733.3321.18
Hex482E240243248112115
Octal110564404462110214125
Binary1001000101110100100010010011001010010001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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