Html Css Color HEX #472713 Morocco Brown

📋 copy color: '#472713'

red 71 ◦ green 39 ◦ blue 19

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

Shades of Morocco Brown #472713

Tints of Morocco Brown #472713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.23%

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 55.04%
G = 30.23%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472713 (or 0x472713) is known color: Morocco Brown. HEX triplet: 47, 27 and 13. RGB value is (71,39,19). Sum of RGB (Red+Green+Blue) = 71+39+19=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472713 is #B8D8EC. Grayscale: #2E2E2E. Windows color (decimal): -12114157 or 1255239. OLE color: 1255239.

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

Color convert

RGB 71 39 19 -
CMYK 0 0.45 0.73 0.72
HSL 23.08º 0.58% 0.18% -
HSV(B) 23.08º 0.73% 0.28% -
XYZ 3.44 2.84 0.98 -
YUV 46.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 71 39 19 0 0.45 0.73 0.72 23.08 0.58 0.18
Hex 47 27 13 0 2D 49 48 17 3A 12
Octal 107 47 23 0 55 111 110 27 72 22
Binary 1000111 100111 10011 0 101101 1001001 1001000 10111 111010 10010

Color Harmonies of #472713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472713

Black with #472713

Text Example


Text Example

White with #472713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472713; }

 p { color: rgb(71,39,19); }

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

background-color css

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

 a { background-color: rgb(71,39,19); }

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

border-color css

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

 span { border-color: rgb(71,39,19); }

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