#482920

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

Shades of Morocco Brown #482920

Tints of Morocco Brown #482920

Color information

#482920 (or 0x482920) is unknown color: approx Morocco Brown. HEX triplet: 48, 29 and 20. RGB value is (72,41,32). Sum of RGB (Red+Green+Blue) = 72+41+32=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482920 is #B7D6DF. Grayscale: #313131. Windows color (decimal): -12048096 or 2107720. OLE color: 2107720.

HSL color Cylindrical-coordinate representation of color #482920: hue angle of 13.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482920 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB724132-
CMYK00.430.560.72
HSL13.5º38.46%20.39%-
HSV(B)13.5º55.56%28.24%-
XYZ3.733.071.76-
YUV49.24118.27144.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=49.66%
G=28.28%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72413200.430.560.7213.538.4620.39
Hex48292002B3848e2614
Octal110514005370110164624
Binary100100010100110000001010111110001001000111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482920; }

 p { color: rgb(72,41,32); }

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

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

 a { background-color: rgb(72,41,32); }

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

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

 span { border-color: rgb(72,41,32); }

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