Html Css Color HEX #482E1B Morocco Brown

📋 copy color: '#482E1B'

red 72 ◦ green 46 ◦ blue 27

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

Shades of Morocco Brown #482E1B

Tints of Morocco Brown #482E1B

RGB

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

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

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

R = 49.66%
G = 31.72%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#482E1B (or 0x482E1B) is known color: Morocco Brown. HEX triplet: 48, 2E and 1B. RGB value is (72,46,27). Sum of RGB (Red+Green+Blue) = 72+46+27=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E1B is #B7D1E4. Grayscale: #333333. Windows color (decimal): -12046821 or 1781320. OLE color: 1781320.

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

Color convert

RGB 72 46 27 -
CMYK 0 0.36 0.62 0.72
HSL 25.33º 0.45% 0.19% -
HSV(B) 25.33º 0.63% 0.28% -
XYZ 3.85 3.41 1.49 -
YUV 51.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 72 46 27 0 0.36 0.62 0.72 25.33 0.45 0.19
Hex 48 2E 1B 0 24 3E 48 19 2D 13
Octal 110 56 33 0 44 76 110 31 55 23
Binary 1001000 101110 11011 0 100100 111110 1001000 11001 101101 10011

Color Harmonies of #482E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E1B

Black with #482E1B

Text Example


Text Example

White with #482E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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