Html Css Color HEX #482D21 Morocco Brown

📋 copy color: '#482D21'

red 72 ◦ green 45 ◦ blue 33

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

Shades of Morocco Brown #482D21

Tints of Morocco Brown #482D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30%

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

R = 48%
G = 30%
B = 22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#482D21 (or 0x482D21) is known color: Morocco Brown. HEX triplet: 48, 2D and 21. RGB value is (72,45,33). Sum of RGB (Red+Green+Blue) = 72+45+33=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #482D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D21 is #B7D2DE. Grayscale: #333333. Windows color (decimal): -12047071 or 2174280. OLE color: 2174280.

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

Color convert

RGB 72 45 33 -
CMYK 0 0.38 0.54 0.72
HSL 18.46º 0.37% 0.21% -
HSV(B) 18.46º 0.54% 0.28% -
XYZ 3.89 3.36 1.88 -
YUV 51.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 72 45 33 0 0.38 0.54 0.72 18.46 0.37 0.21
Hex 48 2D 21 0 26 36 48 12 25 15
Octal 110 55 41 0 46 66 110 22 45 25
Binary 1001000 101101 100001 0 100110 110110 1001000 10010 100101 10101

Color Harmonies of #482D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D21

Black with #482D21

Text Example


Text Example

White with #482D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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