Html Css Color HEX #482E1D Morocco Brown

📋 copy color: '#482E1D'

red 72 ◦ green 46 ◦ blue 29

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

Shades of Morocco Brown #482E1D

Tints of Morocco Brown #482E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 48.98%
G = 31.29%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#482E1D (or 0x482E1D) is known color: Morocco Brown. HEX triplet: 48, 2E and 1D. RGB value is (72,46,29). Sum of RGB (Red+Green+Blue) = 72+46+29=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E1D is #B7D1E2. Grayscale: #333333. Windows color (decimal): -12046819 or 1912392. OLE color: 1912392.

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

Color convert

RGB 72 46 29 -
CMYK 0 0.36 0.60 0.72
HSL 23.72º 0.43% 0.2% -
HSV(B) 23.72º 0.6% 0.28% -
XYZ 3.87 3.42 1.62 -
YUV 51.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 72 46 29 0 0.36 0.60 0.72 23.72 0.43 0.2
Hex 48 2E 1D 0 24 3C 48 18 2B 14
Octal 110 56 35 0 44 74 110 30 53 24
Binary 1001000 101110 11101 0 100100 111100 1001000 11000 101011 10100

Color Harmonies of #482E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E1D

Black with #482E1D

Text Example


Text Example

White with #482E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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