Html Css Color HEX #482B20 Morocco Brown

📋 copy color: '#482B20'

red 72 ◦ green 43 ◦ blue 32

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

Shades of Morocco Brown #482B20

Tints of Morocco Brown #482B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.25%

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

R = 48.98%
G = 29.25%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#482B20 (or 0x482B20) is known color: Morocco Brown. HEX triplet: 48, 2B and 20. RGB value is (72,43,32). Sum of RGB (Red+Green+Blue) = 72+43+32=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B20 is #B7D4DF. Grayscale: #323232. Windows color (decimal): -12047584 or 2108232. OLE color: 2108232.

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

Color convert

RGB 72 43 32 -
CMYK 0 0.40 0.56 0.72
HSL 16.5º 0.38% 0.2% -
HSV(B) 16.5º 0.56% 0.28% -
XYZ 3.8 3.21 1.79 -
YUV 50.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 72 43 32 0 0.40 0.56 0.72 16.5 0.38 0.2
Hex 48 2B 20 0 28 38 48 10 26 14
Octal 110 53 40 0 50 70 110 20 46 24
Binary 1001000 101011 100000 0 101000 111000 1001000 10000 100110 10100

Color Harmonies of #482B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B20

Black with #482B20

Text Example


Text Example

White with #482B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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