Html Css Color HEX #47271A Morocco Brown

📋 copy color: '#47271A'

red 71 ◦ green 39 ◦ blue 26

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

Shades of Morocco Brown #47271A

Tints of Morocco Brown #47271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.12%

R = 52.21%
G = 28.68%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47271A (or 0x47271A) is known color: Morocco Brown. HEX triplet: 47, 27 and 1A. RGB value is (71,39,26). Sum of RGB (Red+Green+Blue) = 71+39+26=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47271A is #B8D8E5. Grayscale: #2F2F2F. Windows color (decimal): -12114150 or 1713991. OLE color: 1713991.

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

Color convert

RGB 71 39 26 -
CMYK 0 0.45 0.63 0.72
HSL 17.33º 0.46% 0.19% -
HSV(B) 17.33º 0.63% 0.28% -
XYZ 3.51 2.87 1.35 -
YUV 47.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 71 39 26 0 0.45 0.63 0.72 17.33 0.46 0.19
Hex 47 27 1A 0 2D 3F 48 11 2E 13
Octal 107 47 32 0 55 77 110 21 56 23
Binary 1000111 100111 11010 0 101101 111111 1001000 10001 101110 10011

Color Harmonies of #47271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47271A

Black with #47271A

Text Example


Text Example

White with #47271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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