#482D22

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

Shades of Morocco Brown #482D22

Tints of Morocco Brown #482D22

Color information

#482D22 (or 0x482D22) is unknown color: approx Morocco Brown. HEX triplet: 48, 2D and 22. RGB value is (72,45,34). Sum of RGB (Red+Green+Blue) = 72+45+34=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #482D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D22 is #B7D2DD. Grayscale: #333333. Windows color (decimal): -12047070 or 2239816. OLE color: 2239816.

HSL color Cylindrical-coordinate representation of color #482D22: hue angle of 17.37º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482D22 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB724534-
CMYK00.380.530.72
HSL17.37º35.85%20.78%-
HSV(B)17.37º52.78%28.24%-
XYZ3.93.371.96-
YUV51.82117.95142.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 45 (17.97% from 255) = 29.80%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=47.68%
G=29.80%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72453400.380.530.7217.3735.8520.78
Hex482D220263548112415
Octal110554204665110214425
Binary1001000101101100010010011011010110010001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,45,34); }

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

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

 a { background-color: rgb(72,45,34); }

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

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

 span { border-color: rgb(72,45,34); }

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