Html Css Color HEX #483121 Morocco Brown

📋 copy color: '#483121'

red 72 ◦ green 49 ◦ blue 33

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

Shades of Morocco Brown #483121

Tints of Morocco Brown #483121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.82%

 BLUE value IS 33 (13.28% from 255) = 21.43%

R = 46.75%
G = 31.82%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#483121 (or 0x483121) is known color: Morocco Brown. HEX triplet: 48, 31 and 21. RGB value is (72,49,33). Sum of RGB (Red+Green+Blue) = 72+49+33=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #483121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483121 is #B7CEDE. Grayscale: #363636. Windows color (decimal): -12046047 or 2175304. OLE color: 2175304.

HSL color Cylindrical-coordinate representation of color #483121: hue angle of 24.62º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483121 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 33 -
CMYK 0 0.32 0.54 0.72
HSL 24.62º 0.37% 0.21% -
HSV(B) 24.62º 0.54% 0.28% -
XYZ 4.05 3.68 1.94 -
YUV 54.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 72 49 33 0 0.32 0.54 0.72 24.62 0.37 0.21
Hex 48 31 21 0 20 36 48 19 25 15
Octal 110 61 41 0 40 66 110 31 45 25
Binary 1001000 110001 100001 0 100000 110110 1001000 11001 100101 10101

Color Harmonies of #483121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483121

Black with #483121

Text Example


Text Example

White with #483121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483121; }

 p { color: rgb(72,49,33); }

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

background-color css

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

 a { background-color: rgb(72,49,33); }

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

border-color css

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

 span { border-color: rgb(72,49,33); }

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