#482A19

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

Shades of Morocco Brown #482A19

Tints of Morocco Brown #482A19

Color information

#482A19 (or 0x482A19) is unknown color: approx Morocco Brown. HEX triplet: 48, 2A and 19. RGB value is (72,42,25). Sum of RGB (Red+Green+Blue) = 72+42+25=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A19 is #B7D5E6. Grayscale: #313131. Windows color (decimal): -12047847 or 1649224. OLE color: 1649224.

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

Color convert

RGB724225-
CMYK00.420.650.72
HSL21.7º48.45%19.02%-
HSV(B)21.7º65.28%28.24%-
XYZ3.683.11.33-
YUV49.03114.44144.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=51.80%
G=30.22%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72422500.420.650.7221.748.4519.02
Hex482A1902A4148163013
Octal1105231052101110266023
Binary1001000101010110010101010100000110010001011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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