Html Css Color HEX #482F21 Morocco Brown

📋 copy color: '#482F21'

red 72 ◦ green 47 ◦ blue 33

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

Shades of Morocco Brown #482F21

Tints of Morocco Brown #482F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.92%

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

R = 47.37%
G = 30.92%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#482F21 (or 0x482F21) is known color: Morocco Brown. HEX triplet: 48, 2F and 21. RGB value is (72,47,33). Sum of RGB (Red+Green+Blue) = 72+47+33=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #482F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F21 is #B7D0DE. Grayscale: #343434. Windows color (decimal): -12046559 or 2174792. OLE color: 2174792.

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

Color convert

RGB 72 47 33 -
CMYK 0 0.35 0.54 0.72
HSL 21.54º 0.37% 0.21% -
HSV(B) 21.54º 0.54% 0.28% -
XYZ 3.96 3.52 1.91 -
YUV 52.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 72 47 33 0 0.35 0.54 0.72 21.54 0.37 0.21
Hex 48 2F 21 0 23 36 48 16 25 15
Octal 110 57 41 0 43 66 110 26 45 25
Binary 1001000 101111 100001 0 100011 110110 1001000 10110 100101 10101

Color Harmonies of #482F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F21

Black with #482F21

Text Example


Text Example

White with #482F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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