Html Css Color HEX #482B1B Morocco Brown

📋 copy color: '#482B1B'

red 72 ◦ green 43 ◦ blue 27

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

Shades of Morocco Brown #482B1B

Tints of Morocco Brown #482B1B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.28%

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

R = 50.7%
G = 30.28%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#482B1B (or 0x482B1B) is known color: Morocco Brown. HEX triplet: 48, 2B and 1B. RGB value is (72,43,27). Sum of RGB (Red+Green+Blue) = 72+43+27=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B1B is #B7D4E4. Grayscale: #313131. Windows color (decimal): -12047589 or 1780552. OLE color: 1780552.

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

Color convert

RGB 72 43 27 -
CMYK 0 0.40 0.62 0.72
HSL 21.33º 0.45% 0.19% -
HSV(B) 21.33º 0.63% 0.28% -
XYZ 3.73 3.18 1.45 -
YUV 49.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 72 43 27 0 0.40 0.62 0.72 21.33 0.45 0.19
Hex 48 2B 1B 0 28 3E 48 15 2D 13
Octal 110 53 33 0 50 76 110 25 55 23
Binary 1001000 101011 11011 0 101000 111110 1001000 10101 101101 10011

Color Harmonies of #482B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B1B

Black with #482B1B

Text Example


Text Example

White with #482B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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