Html Css Color HEX #482A1C Morocco Brown

📋 copy color: '#482A1C'

red 72 ◦ green 42 ◦ blue 28

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

Shades of Morocco Brown #482A1C

Tints of Morocco Brown #482A1C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.58%

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

R = 50.7%
G = 29.58%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#482A1C (or 0x482A1C) is known color: Morocco Brown. HEX triplet: 48, 2A and 1C. RGB value is (72,42,28). Sum of RGB (Red+Green+Blue) = 72+42+28=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A1C is #B7D5E3. Grayscale: #313131. Windows color (decimal): -12047844 or 1845832. OLE color: 1845832.

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

Color convert

RGB 72 42 28 -
CMYK 0 0.42 0.61 0.72
HSL 19.09º 0.44% 0.2% -
HSV(B) 19.09º 0.61% 0.28% -
XYZ 3.71 3.12 1.5 -
YUV 49.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 72 42 28 0 0.42 0.61 0.72 19.09 0.44 0.2
Hex 48 2A 1C 0 2A 3D 48 13 2C 14
Octal 110 52 34 0 52 75 110 23 54 24
Binary 1001000 101010 11100 0 101010 111101 1001000 10011 101100 10100

Color Harmonies of #482A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A1C

Black with #482A1C

Text Example


Text Example

White with #482A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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