Html Css Color HEX #482C1D Morocco Brown

📋 copy color: '#482C1D'

red 72 ◦ green 44 ◦ blue 29

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

Shades of Morocco Brown #482C1D

Tints of Morocco Brown #482C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.34%

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

R = 49.66%
G = 30.34%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#482C1D (or 0x482C1D) is known color: Morocco Brown. HEX triplet: 48, 2C and 1D. RGB value is (72,44,29). Sum of RGB (Red+Green+Blue) = 72+44+29=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C1D is #B7D3E2. Grayscale: #323232. Windows color (decimal): -12047331 or 1911880. OLE color: 1911880.

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

Color convert

RGB 72 44 29 -
CMYK 0 0.39 0.60 0.72
HSL 20.93º 0.43% 0.2% -
HSV(B) 20.93º 0.6% 0.28% -
XYZ 3.79 3.27 1.59 -
YUV 50.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 72 44 29 0 0.39 0.60 0.72 20.93 0.43 0.2
Hex 48 2C 1D 0 27 3C 48 15 2B 14
Octal 110 54 35 0 47 74 110 25 53 24
Binary 1001000 101100 11101 0 100111 111100 1001000 10101 101011 10100

Color Harmonies of #482C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C1D

Black with #482C1D

Text Example


Text Example

White with #482C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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