#482818

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

Shades of Morocco Brown #482818

Tints of Morocco Brown #482818

Color information

#482818 (or 0x482818) is unknown color: approx Morocco Brown. HEX triplet: 48, 28 and 18. RGB value is (72,40,24). Sum of RGB (Red+Green+Blue) = 72+40+24=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482818 is #B7D7E7. Grayscale: #2F2F2F. Windows color (decimal): -12048360 or 1583176. OLE color: 1583176.

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

Color convert

RGB724024-
CMYK00.440.670.72
HSL20º50%18.82%-
HSV(B)20º66.67%28.24%-
XYZ3.62.961.25-
YUV47.74114.6145.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=52.94%
G=29.41%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72402400.440.670.72205018.82
Hex48281802C4348143213
Octal1105030054103110246223
Binary1001000101000110000101100100001110010001010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482818; }

 p { color: rgb(72,40,24); }

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

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

 a { background-color: rgb(72,40,24); }

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

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

 span { border-color: rgb(72,40,24); }

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