Html Css Color HEX #482914 Morocco Brown

📋 copy color: '#482914'

red 72 ◦ green 41 ◦ blue 20

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

Shades of Morocco Brown #482914

Tints of Morocco Brown #482914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 54.14%
G = 30.83%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#482914 (or 0x482914) is known color: Morocco Brown. HEX triplet: 48, 29 and 14. RGB value is (72,41,20). Sum of RGB (Red+Green+Blue) = 72+41+20=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #482914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482914 is #B7D6EB. Grayscale: #2F2F2F. Windows color (decimal): -12048108 or 1321288. OLE color: 1321288.

HSL color Cylindrical-coordinate representation of color #482914: hue angle of 24.23º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482914 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 20 -
CMYK 0 0.43 0.72 0.72
HSL 24.23º 0.57% 0.18% -
HSV(B) 24.23º 0.72% 0.28% -
XYZ 3.59 3.01 1.05 -
YUV 47.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 72 41 20 0 0.43 0.72 0.72 24.23 0.57 0.18
Hex 48 29 14 0 2B 48 48 18 39 12
Octal 110 51 24 0 53 110 110 30 71 22
Binary 1001000 101001 10100 0 101011 1001000 1001000 11000 111001 10010

Color Harmonies of #482914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482914

Black with #482914

Text Example


Text Example

White with #482914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482914; }

 p { color: rgb(72,41,20); }

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

background-color css

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

 a { background-color: rgb(72,41,20); }

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

border-color css

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

 span { border-color: rgb(72,41,20); }

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