Html Css Color HEX #473126 Morocco Brown

📋 copy color: '#473126'

red 71 ◦ green 49 ◦ blue 38

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

Shades of Morocco Brown #473126

Tints of Morocco Brown #473126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 44.94%
G = 31.01%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#473126 (or 0x473126) is known color: Morocco Brown. HEX triplet: 47, 31 and 26. RGB value is (71,49,38). Sum of RGB (Red+Green+Blue) = 71+49+38=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #473126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473126 is #B8CED9. Grayscale: #363636. Windows color (decimal): -12111578 or 2502983. OLE color: 2502983.

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

Color convert

RGB 71 49 38 -
CMYK 0 0.31 0.46 0.72
HSL 20º 0.3% 0.21% -
HSV(B) 20º 0.46% 0.28% -
XYZ 4.05 3.68 2.33 -
YUV 54.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 71 49 38 0 0.31 0.46 0.72 20 0.3 0.21
Hex 47 31 26 0 1F 2E 48 14 1E 15
Octal 107 61 46 0 37 56 110 24 36 25
Binary 1000111 110001 100110 0 11111 101110 1001000 10100 11110 10101

Color Harmonies of #473126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473126

Black with #473126

Text Example


Text Example

White with #473126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473126; }

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

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

background-color css

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

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

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

border-color css

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

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

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