Html Css Color HEX #47271C Morocco Brown

📋 copy color: '#47271C'

red 71 ◦ green 39 ◦ blue 28

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

Shades of Morocco Brown #47271C

Tints of Morocco Brown #47271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.29%

R = 51.45%
G = 28.26%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47271C (or 0x47271C) is known color: Morocco Brown. HEX triplet: 47, 27 and 1C. RGB value is (71,39,28). Sum of RGB (Red+Green+Blue) = 71+39+28=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47271C is #B8D8E3. Grayscale: #2F2F2F. Windows color (decimal): -12114148 or 1845063. OLE color: 1845063.

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

Color convert

RGB 71 39 28 -
CMYK 0 0.45 0.61 0.72
HSL 15.35º 0.43% 0.19% -
HSV(B) 15.35º 0.61% 0.28% -
XYZ 3.53 2.87 1.47 -
YUV 47.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 71 39 28 0 0.45 0.61 0.72 15.35 0.43 0.19
Hex 47 27 1C 0 2D 3D 48 F 2B 13
Octal 107 47 34 0 55 75 110 17 53 23
Binary 1000111 100111 11100 0 101101 111101 1001000 1111 101011 10011

Color Harmonies of #47271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47271C

Black with #47271C

Text Example


Text Example

White with #47271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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