Html Css Color HEX #482D1B Morocco Brown

📋 copy color: '#482D1B'

red 72 ◦ green 45 ◦ blue 27

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

Shades of Morocco Brown #482D1B

Tints of Morocco Brown #482D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.25%

 BLUE value IS 27 (10.94% from 255) = 18.75%

R = 50%
G = 31.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#482D1B (or 0x482D1B) is known color: Morocco Brown. HEX triplet: 48, 2D and 1B. RGB value is (72,45,27). Sum of RGB (Red+Green+Blue) = 72+45+27=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D1B is #B7D2E4. Grayscale: #333333. Windows color (decimal): -12047077 or 1781064. OLE color: 1781064.

HSL color Cylindrical-coordinate representation of color #482D1B: hue angle of 24º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482D1B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 27 -
CMYK 0 0.38 0.62 0.72
HSL 24º 0.45% 0.19% -
HSV(B) 24º 0.63% 0.28% -
XYZ 3.81 3.33 1.48 -
YUV 51.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 72 45 27 0 0.38 0.62 0.72 24 0.45 0.19
Hex 48 2D 1B 0 26 3E 48 18 2D 13
Octal 110 55 33 0 46 76 110 30 55 23
Binary 1001000 101101 11011 0 100110 111110 1001000 11000 101101 10011

Color Harmonies of #482D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D1B

Black with #482D1B

Text Example


Text Example

White with #482D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,27); }

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

background-color css

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

 a { background-color: rgb(72,45,27); }

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

border-color css

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

 span { border-color: rgb(72,45,27); }

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