Html Css Color HEX #482E1C Morocco Brown

📋 copy color: '#482E1C'

red 72 ◦ green 46 ◦ blue 28

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

Shades of Morocco Brown #482E1C

Tints of Morocco Brown #482E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.51%

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 49.32%
G = 31.51%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#482E1C (or 0x482E1C) is known color: Morocco Brown. HEX triplet: 48, 2E and 1C. RGB value is (72,46,28). Sum of RGB (Red+Green+Blue) = 72+46+28=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E1C is #B7D1E3. Grayscale: #333333. Windows color (decimal): -12046820 or 1846856. OLE color: 1846856.

HSL color Cylindrical-coordinate representation of color #482E1C: hue angle of 24.55º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482E1C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 46 28 -
CMYK 0 0.36 0.61 0.72
HSL 24.55º 0.44% 0.2% -
HSV(B) 24.55º 0.61% 0.28% -
XYZ 3.86 3.42 1.55 -
YUV 51.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 72 46 28 0 0.36 0.61 0.72 24.55 0.44 0.2
Hex 48 2E 1C 0 24 3D 48 19 2C 14
Octal 110 56 34 0 44 75 110 31 54 24
Binary 1001000 101110 11100 0 100100 111101 1001000 11001 101100 10100

Color Harmonies of #482E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E1C

Black with #482E1C

Text Example


Text Example

White with #482E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,28); }

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

background-color css

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

 a { background-color: rgb(72,46,28); }

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

border-color css

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

 span { border-color: rgb(72,46,28); }

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