#482819

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

Shades of Morocco Brown #482819

Tints of Morocco Brown #482819

Color information

#482819 (or 0x482819) is unknown color: approx Morocco Brown. HEX triplet: 48, 28 and 19. RGB value is (72,40,25). Sum of RGB (Red+Green+Blue) = 72+40+25=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #482819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482819 is #B7D7E6. Grayscale: #2F2F2F. Windows color (decimal): -12048359 or 1648712. OLE color: 1648712.

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

Color convert

RGB724025-
CMYK00.440.650.72
HSL19.15º48.45%19.02%-
HSV(B)19.15º65.28%28.24%-
XYZ3.612.971.3-
YUV47.86115.1145.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 25 (10.16% from 255) = 18.25%
R=52.55%
G=29.20%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72402500.440.650.7219.1548.4519.02
Hex48281902C4148133013
Octal1105031054101110236023
Binary1001000101000110010101100100000110010001001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482819; }

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

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

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

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

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

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

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

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