Html Css Color HEX #472E26 Morocco Brown

📋 copy color: '#472E26'

red 71 ◦ green 46 ◦ blue 38

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

Shades of Morocco Brown #472E26

Tints of Morocco Brown #472E26

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.68%

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

R = 45.81%
G = 29.68%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#472E26 (or 0x472E26) is known color: Morocco Brown. HEX triplet: 47, 2E and 26. RGB value is (71,46,38). Sum of RGB (Red+Green+Blue) = 71+46+38=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E26 is #B8D1D9. Grayscale: #343434. Windows color (decimal): -12112346 or 2502215. OLE color: 2502215.

HSL color Cylindrical-coordinate representation of color #472E26: hue angle of 14.55º 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 #472E26 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 38 -
CMYK 0 0.35 0.46 0.72
HSL 14.55º 0.3% 0.21% -
HSV(B) 14.55º 0.46% 0.28% -
XYZ 3.93 3.43 2.29 -
YUV 52.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 71 46 38 0 0.35 0.46 0.72 14.55 0.3 0.21
Hex 47 2E 26 0 23 2E 48 F 1E 15
Octal 107 56 46 0 43 56 110 17 36 25
Binary 1000111 101110 100110 0 100011 101110 1001000 1111 11110 10101

Color Harmonies of #472E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E26

Black with #472E26

Text Example


Text Example

White with #472E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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