Html Css Color HEX #47291A Morocco Brown

📋 copy color: '#47291A'

red 71 ◦ green 41 ◦ blue 26

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

Shades of Morocco Brown #47291A

Tints of Morocco Brown #47291A

RGB

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

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

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

R = 51.45%
G = 29.71%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47291A (or 0x47291A) is known color: Morocco Brown. HEX triplet: 47, 29 and 1A. RGB value is (71,41,26). Sum of RGB (Red+Green+Blue) = 71+41+26=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47291A is #B8D6E5. Grayscale: #303030. Windows color (decimal): -12113638 or 1714503. OLE color: 1714503.

HSL color Cylindrical-coordinate representation of color #47291A: hue angle of 20º 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 #47291A is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 26 -
CMYK 0 0.42 0.63 0.72
HSL 20º 0.46% 0.19% -
HSV(B) 20º 0.63% 0.28% -
XYZ 3.58 3 1.37 -
YUV 48.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 71 41 26 0 0.42 0.63 0.72 20 0.46 0.19
Hex 47 29 1A 0 2A 3F 48 14 2E 13
Octal 107 51 32 0 52 77 110 24 56 23
Binary 1000111 101001 11010 0 101010 111111 1001000 10100 101110 10011

Color Harmonies of #47291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47291A

Black with #47291A

Text Example


Text Example

White with #47291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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