Html Css Color HEX #47281B Morocco Brown

📋 copy color: '#47281B'

red 71 ◦ green 40 ◦ blue 27

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

Shades of Morocco Brown #47281B

Tints of Morocco Brown #47281B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 51.45%
G = 28.99%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47281B (or 0x47281B) is known color: Morocco Brown. HEX triplet: 47, 28 and 1B. RGB value is (71,40,27). Sum of RGB (Red+Green+Blue) = 71+40+27=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47281B is #B8D7E4. Grayscale: #2F2F2F. Windows color (decimal): -12113893 or 1779783. OLE color: 1779783.

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

Color convert

RGB 71 40 27 -
CMYK 0 0.44 0.62 0.72
HSL 17.73º 0.45% 0.19% -
HSV(B) 17.73º 0.62% 0.28% -
XYZ 3.56 2.94 1.42 -
YUV 47.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 71 40 27 0 0.44 0.62 0.72 17.73 0.45 0.19
Hex 47 28 1B 0 2C 3E 48 12 2D 13
Octal 107 50 33 0 54 76 110 22 55 23
Binary 1000111 101000 11011 0 101100 111110 1001000 10010 101101 10011

Color Harmonies of #47281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47281B

Black with #47281B

Text Example


Text Example

White with #47281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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