Html Css Color HEX #473128 Morocco Brown

📋 copy color: '#473128'

red 71 ◦ green 49 ◦ blue 40

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

Shades of Morocco Brown #473128

Tints of Morocco Brown #473128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.63%

 BLUE value IS 40 (16.02% from 255) = 25%

R = 44.38%
G = 30.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#473128 (or 0x473128) is known color: Morocco Brown. HEX triplet: 47, 31 and 28. RGB value is (71,49,40). Sum of RGB (Red+Green+Blue) = 71+49+40=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #473128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473128 is #B8CED7. Grayscale: #363636. Windows color (decimal): -12111576 or 2634055. OLE color: 2634055.

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

Color convert

RGB 71 49 40 -
CMYK 0 0.31 0.44 0.72
HSL 17.42º 0.28% 0.22% -
HSV(B) 17.42º 0.44% 0.28% -
XYZ 4.08 3.69 2.5 -
YUV 54.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 71 49 40 0 0.31 0.44 0.72 17.42 0.28 0.22
Hex 47 31 28 0 1F 2C 48 11 1C 16
Octal 107 61 50 0 37 54 110 21 34 26
Binary 1000111 110001 101000 0 11111 101100 1001000 10001 11100 10110

Color Harmonies of #473128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473128

Black with #473128

Text Example


Text Example

White with #473128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473128; }

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

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

background-color css

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

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

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

border-color css

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

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

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