Html Css Color HEX #47281A Morocco Brown

📋 copy color: '#47281A'

red 71 ◦ green 40 ◦ blue 26

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

Shades of Morocco Brown #47281A

Tints of Morocco Brown #47281A

RGB

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

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

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

R = 51.82%
G = 29.2%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47281A (or 0x47281A) is known color: Morocco Brown. HEX triplet: 47, 28 and 1A. RGB value is (71,40,26). Sum of RGB (Red+Green+Blue) = 71+40+26=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47281A is #B8D7E5. Grayscale: #2F2F2F. Windows color (decimal): -12113894 or 1714247. OLE color: 1714247.

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

Color convert

RGB 71 40 26 -
CMYK 0 0.44 0.63 0.72
HSL 18.67º 0.46% 0.19% -
HSV(B) 18.67º 0.63% 0.28% -
XYZ 3.54 2.93 1.36 -
YUV 47.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 71 40 26 0 0.44 0.63 0.72 18.67 0.46 0.19
Hex 47 28 1A 0 2C 3F 48 13 2E 13
Octal 107 50 32 0 54 77 110 23 56 23
Binary 1000111 101000 11010 0 101100 111111 1001000 10011 101110 10011

Color Harmonies of #47281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47281A

Black with #47281A

Text Example


Text Example

White with #47281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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