Html Css Color HEX #473027 Morocco Brown

📋 copy color: '#473027'

red 71 ◦ green 48 ◦ blue 39

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

Shades of Morocco Brown #473027

Tints of Morocco Brown #473027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.38%

 BLUE value IS 39 (15.63% from 255) = 24.68%

R = 44.94%
G = 30.38%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#473027 (or 0x473027) is known color: Morocco Brown. HEX triplet: 47, 30 and 27. RGB value is (71,48,39). Sum of RGB (Red+Green+Blue) = 71+48+39=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #473027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473027 is #B8CFD8. Grayscale: #353535. Windows color (decimal): -12111833 or 2568263. OLE color: 2568263.

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

Color convert

RGB 71 48 39 -
CMYK 0 0.32 0.45 0.72
HSL 16.88º 0.29% 0.22% -
HSV(B) 16.88º 0.45% 0.28% -
XYZ 4.02 3.6 2.4 -
YUV 53.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 71 48 39 0 0.32 0.45 0.72 16.88 0.29 0.22
Hex 47 30 27 0 20 2D 48 11 1D 16
Octal 107 60 47 0 40 55 110 21 35 26
Binary 1000111 110000 100111 0 100000 101101 1001000 10001 11101 10110

Color Harmonies of #473027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473027

Black with #473027

Text Example


Text Example

White with #473027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473027; }

 p { color: rgb(71,48,39); }

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

background-color css

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

 a { background-color: rgb(71,48,39); }

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

border-color css

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

 span { border-color: rgb(71,48,39); }

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