Html Css Color HEX #483021 Morocco Brown

📋 copy color: '#483021'

red 72 ◦ green 48 ◦ blue 33

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

Shades of Morocco Brown #483021

Tints of Morocco Brown #483021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

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

R = 47.06%
G = 31.37%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#483021 (or 0x483021) is known color: Morocco Brown. HEX triplet: 48, 30 and 21. RGB value is (72,48,33). Sum of RGB (Red+Green+Blue) = 72+48+33=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483021 is #B7CFDE. Grayscale: #353535. Windows color (decimal): -12046303 or 2175048. OLE color: 2175048.

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

Color convert

RGB 72 48 33 -
CMYK 0 0.33 0.54 0.72
HSL 23.08º 0.37% 0.21% -
HSV(B) 23.08º 0.54% 0.28% -
XYZ 4 3.6 1.92 -
YUV 53.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 72 48 33 0 0.33 0.54 0.72 23.08 0.37 0.21
Hex 48 30 21 0 21 36 48 17 25 15
Octal 110 60 41 0 41 66 110 27 45 25
Binary 1001000 110000 100001 0 100001 110110 1001000 10111 100101 10101

Color Harmonies of #483021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483021

Black with #483021

Text Example


Text Example

White with #483021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483021; }

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

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

background-color css

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

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

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

border-color css

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

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

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