#472F26

Color #472F26 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #472F26

Tints of Morocco Brown #472F26

Color information

#472F26 (or 0x472F26) is unknown color: approx Morocco Brown. HEX triplet: 47, 2F and 26. RGB value is (71,47,38). Sum of RGB (Red+Green+Blue) = 71+47+38=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F26 is #B8D0D9. Grayscale: #353535. Windows color (decimal): -12112090 or 2502471. OLE color: 2502471.

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

Color convert

RGB714738-
CMYK00.340.460.72
HSL16.36º30.28%21.37%-
HSV(B)16.36º46.48%27.84%-
XYZ3.963.512.3-
YUV53.15119.45140.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=45.51%
G=30.13%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71473800.340.460.7216.3630.2821.37
Hex472F260222E48101e15
Octal107574604256110203625
Binary100011110111110011001000101011101001000100001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #472F26;
 }
 .AnyTagClassName
 {
   color: #472F26;
 }
</style>
background-color css

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

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

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

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

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

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