Html Css Color HEX #482820 Morocco Brown

📋 copy color: '#482820'

red 72 ◦ green 40 ◦ blue 32

#482820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #482820

Tints of Morocco Brown #482820

RGB

 RED value IS 72 (28.52% from 255) = 50%

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 50%
G = 27.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#482820 (or 0x482820) is known color: Morocco Brown. HEX triplet: 48, 28 and 20. RGB value is (72,40,32). Sum of RGB (Red+Green+Blue) = 72+40+32=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482820 is #B7D7DF. Grayscale: #303030. Windows color (decimal): -12048352 or 2107464. OLE color: 2107464.

HSL color Cylindrical-coordinate representation of color #482820: hue angle of 12º 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 #482820 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 32 -
CMYK 0 0.44 0.56 0.72
HSL 12º 0.38% 0.2% -
HSV(B) 12º 0.56% 0.28% -
XYZ 3.69 3 1.75 -
YUV 48.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 72 40 32 0 0.44 0.56 0.72 12 0.38 0.2
Hex 48 28 20 0 2C 38 48 C 26 14
Octal 110 50 40 0 54 70 110 14 46 24
Binary 1001000 101000 100000 0 101100 111000 1001000 1100 100110 10100

Color Harmonies of #482820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482820

Black with #482820

Text Example


Text Example

White with #482820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482820; }

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

 H1.HeaderClassName
 {
   color: #482820;
 }
 .AnyTagClassName
 {
   color: #482820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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