Html Css Color HEX #472814 Morocco Brown

📋 copy color: '#472814'

red 71 ◦ green 40 ◦ blue 20

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

Shades of Morocco Brown #472814

Tints of Morocco Brown #472814

RGB

 RED value IS 71 (28.13% from 255) = 54.2%

 GREEN value IS 40 (16.02% from 255) = 30.53%

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

R = 54.2%
G = 30.53%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472814 (or 0x472814) is known color: Morocco Brown. HEX triplet: 47, 28 and 14. RGB value is (71,40,20). Sum of RGB (Red+Green+Blue) = 71+40+20=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472814 is #B8D7EB. Grayscale: #2F2F2F. Windows color (decimal): -12113900 or 1321031. OLE color: 1321031.

HSL color Cylindrical-coordinate representation of color #472814: hue angle of 23.53º degrees, saturation: 0.56, 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 #472814 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 40 20 -
CMYK 0 0.44 0.72 0.72
HSL 23.53º 0.56% 0.18% -
HSV(B) 23.53º 0.72% 0.28% -
XYZ 3.48 2.91 1.04 -
YUV 46.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 71 40 20 0 0.44 0.72 0.72 23.53 0.56 0.18
Hex 47 28 14 0 2C 48 48 18 38 12
Octal 107 50 24 0 54 110 110 30 70 22
Binary 1000111 101000 10100 0 101100 1001000 1001000 11000 111000 10010

Color Harmonies of #472814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472814

Black with #472814

Text Example


Text Example

White with #472814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472814; }

 p { color: rgb(71,40,20); }

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

background-color css

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

 a { background-color: rgb(71,40,20); }

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

border-color css

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

 span { border-color: rgb(71,40,20); }

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