#482C24

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

Shades of Morocco Brown #482C24

Tints of Morocco Brown #482C24

Color information

#482C24 (or 0x482C24) is unknown color: approx Morocco Brown. HEX triplet: 48, 2C and 24. RGB value is (72,44,36). Sum of RGB (Red+Green+Blue) = 72+44+36=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #482C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C24 is #B7D3DB. Grayscale: #333333. Windows color (decimal): -12047324 or 2370632. OLE color: 2370632.

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

Color convert

RGB724436-
CMYK00.390.50.72
HSL13.33º33.33%21.18%-
HSV(B)13.33º50%28.24%-
XYZ3.893.312.1-
YUV51.46119.28142.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=47.37%
G=28.95%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72443600.390.50.7213.3333.3321.18
Hex482C240273248d2115
Octal110544404762110154125
Binary100100010110010010001001111100101001000110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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