Html Css Color HEX #482920 Morocco Brown

📋 copy color: '#482920'

red 72 ◦ green 41 ◦ blue 32

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

Shades of Morocco Brown #482920

Tints of Morocco Brown #482920

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 value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#482920 (or 0x482920) is known color: 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

RGB 72 41 32 -
CMYK 0 0.43 0.56 0.72
HSL 13.5º 0.38% 0.2% -
HSV(B) 13.5º 0.56% 0.28% -
XYZ 3.73 3.07 1.76 -
YUV 49.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 72 41 32 0 0.43 0.56 0.72 13.5 0.38 0.2
Hex 48 29 20 0 2B 38 48 E 26 14
Octal 110 51 40 0 53 70 110 16 46 24
Binary 1001000 101001 100000 0 101011 111000 1001000 1110 100110 10100

Color Harmonies of #482920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482920

Black with #482920

Text Example


Text Example

White with #482920

Text Example


Text Example

HTML Codes & Css Web 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>